class
Amazonite::Ssm::DescribeAutomationStepExecutionsRequest
- Amazonite::Ssm::DescribeAutomationStepExecutionsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_automation_step_executions_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(automation_execution_id : String, filters : Array(StepExecutionFilter) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil, reverse_order : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation_execution_id : String
The Automation execution ID for which you want step execution descriptions.
-
#automation_execution_id=(automation_execution_id : String)
The Automation execution ID for which you want step execution descriptions.
-
#filters : Array(StepExecutionFilter) | Nil
One or more filters to limit the number of step executions returned by the request.
-
#filters=(filters : Array(StepExecutionFilter) | Nil)
One or more filters to limit the number of step executions returned by the request.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of items to return for this call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of items to return for this call.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#reverse_order : Bool | Nil
Indicates whether to list step executions in reverse order by start time.
-
#reverse_order=(reverse_order : Bool | Nil)
Indicates whether to list step executions in reverse order by start time.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Automation execution ID for which you want step execution descriptions.
The Automation execution ID for which you want step execution descriptions.
One or more filters to limit the number of step executions returned by the request.
One or more filters to limit the number of step executions returned by the request.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
Indicates whether to list step executions in reverse order by start time. The default value is 'false'.
Indicates whether to list step executions in reverse order by start time. The default value is 'false'.