class
Amazonite::Ssm::StopAutomationExecutionRequest
- Amazonite::Ssm::StopAutomationExecutionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/stop_automation_execution_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(automation_execution_id : String, type : StopType | 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 execution ID of the Automation to stop.
-
#automation_execution_id=(automation_execution_id : String)
The execution ID of the Automation to stop.
-
#hash(hasher)
See
Object#hash(hasher) -
#type : StopType | Nil
The stop request type.
-
#type=(type : StopType | Nil)
The stop request type.
- #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=(automation_execution_id : String)
#
The execution ID of the Automation to stop.
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.