class
Amazonite::Ssm::DescribeAutomationExecutionsResult
- Amazonite::Ssm::DescribeAutomationExecutionsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_automation_executions_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(automation_execution_metadata_list : Array(AutomationExecutionMetadata) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation_execution_metadata_list : Array(AutomationExecutionMetadata) | Nil
The list of details about each automation execution which has occurred which matches the filter specification, if any.
-
#automation_execution_metadata_list=(automation_execution_metadata_list : Array(AutomationExecutionMetadata) | Nil)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token to use when requesting the next set of items.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of items.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The list of details about each automation execution which has occurred which matches the filter specification, if any.
The list of details about each automation execution which has occurred which matches the filter specification, if any.
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.