class Amazonite::SsmV1::StopAutomationExecutionRequest

Included Modules

Defined in:

ssm_v1/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]

Instance Method Detail

def automation_execution_id : String #

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

[View source]
def type : StopType | Nil #

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

[View source]