class
Amazonite::Ssm::GetParametersByPathResult
- Amazonite::Ssm::GetParametersByPathResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_parameters_by_path_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(parameters : Array(Parameter) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#parameters : Array(Parameter) | Nil
A list of parameters found in the specified hierarchy.
-
#parameters=(parameters : Array(Parameter) | Nil)
A list of parameters found in the specified hierarchy.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def next_token : String | Nil
#
The token for the next set of items to return. Use this token to get the next set of results.
def next_token=(next_token : String | Nil)
#
The token for the next set of items to return. Use this token to get the next set of results.
A list of parameters found in the specified hierarchy.
A list of parameters found in the specified hierarchy.