class

Amazonite::SsmV1::GetParametersByPathRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(path : String, recursive : Bool | Nil = nil, parameter_filters : Array(ParameterStringFilter) | Nil = nil, with_decryption : Bool | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

max_results
Source
max_results=(max_results : Int32 | Nil)
Source
next_token
Source
next_token=(next_token : String | Nil)
Source
parameter_filters
Source
parameter_filters=(parameter_filters : Array(ParameterStringFilter) | Nil)
Source
path
Source
path=(path : String)
Source
recursive
Source
recursive=(recursive : Bool | Nil)
Source
with_decryption
Source
with_decryption=(with_decryption : Bool | Nil)
Source