class Amazonite::Ssm::AssociationFilter

Overview

Describes a filter.

Included Modules

Defined in:

ssm/association_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : AssociationFilterKey, value : String) #

[View source]
def self.new(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.

InstanceId has been deprecated.


[View source]
def key=(key : AssociationFilterKey) #

The name of the filter.

InstanceId has been deprecated.


[View source]
def validate! : Nil #

[View source]
def value : String #

The filter value.


[View source]
def value=(value : String) #

The filter value.


[View source]