class
Amazonite::Ssm::InstanceInformationFilter
- Amazonite::Ssm::InstanceInformationFilter
- Reference
- Object
Overview
Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.
Use this operation instead of the
DescribeInstanceInformationRequest$InstanceInformationFilterList method. The
InstanceInformationFilterList method is a legacy method and doesn't support tags.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_information_filter.crConstructors
- .new(key : InstanceInformationFilterKey, value_set : Array(String))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : InstanceInformationFilterKey
The name of the filter.
-
#key=(key : InstanceInformationFilterKey)
The name of the filter.
- #validate! : Nil
-
#value_set : Array(String)
The filter values.
-
#value_set=(value_set : Array(String))
The filter values.
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?.