class
Amazonite::Ssm::StepExecutionFilter
- Amazonite::Ssm::StepExecutionFilter
- Reference
- Object
Overview
A filter to limit the amount of step execution information returned by the call.
Included Modules
- JSON::Serializable
Defined in:
ssm/step_execution_filter.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : StepExecutionFilterKey
One or more keys to limit the results.
-
#key=(key : StepExecutionFilterKey)
One or more keys to limit the results.
- #validate! : Nil
-
#values : Array(String)
The values of the filter key.
-
#values=(values : Array(String))
The values of the filter key.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.