class
Amazonite::Ssm::AutomationExecutionFilter
- Amazonite::Ssm::AutomationExecutionFilter
- Reference
- Object
Overview
A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.
Included Modules
- JSON::Serializable
Defined in:
ssm/automation_execution_filter.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : AutomationExecutionFilterKey
One or more keys to limit the results.
-
#key=(key : AutomationExecutionFilterKey)
One or more keys to limit the results.
- #validate! : Nil
-
#values : Array(String)
The values used to limit the execution information associated with the filter's key.
-
#values=(values : Array(String))
The values used to limit the execution information associated with the filter's 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?.
def values : Array(String)
#
The values used to limit the execution information associated with the filter's key.
def values=(values : Array(String))
#
The values used to limit the execution information associated with the filter's key.