class Amazonite::Ssm::InstanceInformationFilter

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

Defined in:

ssm/instance_information_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : InstanceInformationFilterKey, value_set : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


The name of the filter.


[View source]

The name of the filter.


[View source]
def validate! : Nil #

[View source]
def value_set : Array(String) #

The filter values.


[View source]
def value_set=(value_set : Array(String)) #

The filter values.


[View source]