class Amazonite::Ssm::AssociationExecutionFilter

Overview

Filters used in the request.

Included Modules

Defined in:

ssm/association_execution_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : AssociationExecutionFilterKey, value : String, type : AssociationFilterOperatorType) #

[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]

The filter type specified in the request.


[View source]
def type=(type : AssociationFilterOperatorType) #

The filter type specified 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]