class Amazonite::Ssm::InstancePropertyFilter

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.

Included Modules

Defined in:

ssm/instance_property_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : InstancePropertyFilterKey, 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]
def key=(key : InstancePropertyFilterKey) #

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]