class Amazonite::Ssm::StepExecutionFilter

Overview

A filter to limit the amount of step execution information returned by the call.

Included Modules

Defined in:

ssm/step_execution_filter.cr

Constructors

Instance Method Summary

Constructor Detail

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

One or more keys to limit the results.


[View source]
def validate! : Nil #

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

The values of the filter key.


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

The values of the filter key.


[View source]