class
Amazonite::Ssm::GetAutomationExecutionResult
- Amazonite::Ssm::GetAutomationExecutionResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_automation_execution_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation_execution : AutomationExecution | Nil
Detailed information about the current state of an automation execution.
-
#automation_execution=(automation_execution : AutomationExecution | Nil)
Detailed information about the current state of an automation execution.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
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 automation_execution : AutomationExecution | Nil
#
Detailed information about the current state of an automation execution.
def automation_execution=(automation_execution : AutomationExecution | Nil)
#
Detailed information about the current state of an automation execution.