class Amazonite::Ssm::StopAutomationExecutionRequest

Included Modules

Defined in:

ssm/stop_automation_execution_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(automation_execution_id : String, type : StopType | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

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 execution ID of the Automation to stop.


[View source]
def automation_execution_id=(automation_execution_id : String) #

The execution ID of the Automation to stop.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def type : StopType | Nil #

The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.


[View source]
def type=(type : StopType | Nil) #

The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.


[View source]
def validate! : Nil #

[View source]