class Amazonite::Ssm::GetMaintenanceWindowExecutionTaskInvocationRequest

Included Modules

Defined in:

ssm/get_maintenance_window_execution_task_invocation_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(window_execution_id : String, task_id : String, invocation_id : String) #

[View source]
def self.new(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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def invocation_id : String #

The invocation ID to retrieve.


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

The invocation ID to retrieve.


[View source]
def task_id : String #

The ID of the specific task in the maintenance window task that should be retrieved.


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

The ID of the specific task in the maintenance window task that should be retrieved.


[View source]
def validate! : Nil #

[View source]
def window_execution_id : String #

The ID of the maintenance window execution for which the task is a part.


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

The ID of the maintenance window execution for which the task is a part.


[View source]