class Amazonite::Ssm::CancelCommandRequest

Included Modules

Defined in:

ssm/cancel_command_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(command_id : String, instance_ids : Array(String) | Nil = nil) #

[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 command_id : String #

The ID of the command you want to cancel.


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

The ID of the command you want to cancel.


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

See Object#hash(hasher)


def instance_ids : Array(String) | Nil #

(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.


[View source]
def instance_ids=(instance_ids : Array(String) | Nil) #

(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.


[View source]
def validate! : Nil #

[View source]