class
Amazonite::Ssm::GetAutomationExecutionRequest
- Amazonite::Ssm::GetAutomationExecutionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_automation_execution_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation_execution_id : String
The unique identifier for an existing automation execution to examine.
-
#automation_execution_id=(automation_execution_id : String)
The unique identifier for an existing automation execution to examine.
-
#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_id : String
#
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.
def automation_execution_id=(automation_execution_id : String)
#
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.