class Amazonite::Ssm::AssociationExecutionTargetsFilter

Overview

Filters for the association execution.

Included Modules

Defined in:

ssm/association_execution_targets_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : AssociationExecutionTargetsFilterKey, 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 key value used in the request.


[View source]

The key value used in the request.


[View source]
def validate! : Nil #

[View source]
def value : String #

The value specified for the key.


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

The value specified for the key.


[View source]