class
Amazonite::Ssm::DescribeInstancePropertiesRequest
- Amazonite::Ssm::DescribeInstancePropertiesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_instance_properties_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(instance_property_filter_list : Array(InstancePropertyFilter) | Nil = nil, filters_with_operator : Array(InstancePropertyStringFilter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filters_with_operator : Array(InstancePropertyStringFilter) | Nil
The request filters to use with the operator.
-
#filters_with_operator=(filters_with_operator : Array(InstancePropertyStringFilter) | Nil)
The request filters to use with the operator.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_property_filter_list : Array(InstancePropertyFilter) | Nil
An array of instance property filters.
-
#instance_property_filter_list=(instance_property_filter_list : Array(InstancePropertyFilter) | Nil)
An array of instance property filters.
-
#max_results : Int32 | Nil
The maximum number of items to return for the call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of items to return for the call.
-
#next_token : String | Nil
The token provided by a previous request to use to return the next set of properties.
-
#next_token=(next_token : String | Nil)
The token provided by a previous request to use to return the next set of properties.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The request filters to use with the operator.
The request filters to use with the operator.
An array of instance property filters.
An array of instance property filters.
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The token provided by a previous request to use to return the next set of properties.
The token provided by a previous request to use to return the next set of properties.