class Amazonite::Ssm::AutomationExecutionFilter

Overview

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

Included Modules

Defined in:

ssm/automation_execution_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : AutomationExecutionFilterKey, values : Array(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)


One or more keys to limit the results.


[View source]

One or more keys to limit the results.


[View source]
def validate! : Nil #

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

The values used to limit the execution information associated with the filter's key.


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

The values used to limit the execution information associated with the filter's key.


[View source]