class
Amazonite::Ssm::DescribeInstancePropertiesResult
- Amazonite::Ssm::DescribeInstancePropertiesResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_instance_properties_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(instance_properties : Array(InstanceProperty) | 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) -
#instance_properties : Array(InstanceProperty) | Nil
Properties for the managed instances.
-
#instance_properties=(instance_properties : Array(InstanceProperty) | Nil)
Properties for the managed instances.
-
#next_token : String | Nil
The token for the next set of properties to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of properties to return.
- #validate! : Nil
Constructor Detail
def self.new(instance_properties : Array(InstanceProperty) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def instance_properties=(instance_properties : Array(InstanceProperty) | Nil)
#
Properties for the managed instances.
def next_token : String | Nil
#
The token for the next set of properties 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 properties to return. Use this token to get the next set of results.