class Amazonite::Ssm::GetMaintenanceWindowExecutionTaskInvocationResult

Included Modules

Defined in:

ssm/get_maintenance_window_execution_task_invocation_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(window_execution_id : String | Nil = nil, task_execution_id : String | Nil = nil, invocation_id : String | Nil = nil, execution_id : String | Nil = nil, task_type : MaintenanceWindowTaskType | Nil = nil, parameters : String | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, owner_information : String | Nil = nil, window_target_id : 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 end_time : Time | Nil #

The time that the task finished running on the target.


[View source]
def end_time=(end_time : Time | Nil) #

The time that the task finished running on the target.


[View source]
def execution_id : String | Nil #

The execution ID.


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

The execution ID.


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

See Object#hash(hasher)


def invocation_id : String | Nil #

The invocation ID.


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

The invocation ID.


[View source]
def owner_information : String | Nil #

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.


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

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.


[View source]
def parameters : String | Nil #

The parameters used at the time that the task ran.


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

The parameters used at the time that the task ran.


[View source]
def start_time : Time | Nil #

The time that the task started running on the target.


[View source]
def start_time=(start_time : Time | Nil) #

The time that the task started running on the target.


[View source]
def status : MaintenanceWindowExecutionStatus | Nil #

The task status for an invocation.


[View source]
def status=(status : MaintenanceWindowExecutionStatus | Nil) #

The task status for an invocation.


[View source]
def status_details : String | Nil #

The details explaining the status. Details are only available for certain status values.


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

The details explaining the status. Details are only available for certain status values.


[View source]
def task_execution_id : String | Nil #

The task execution ID.


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

The task execution ID.


[View source]
def task_type : MaintenanceWindowTaskType | Nil #

Retrieves the task type for a maintenance window.


[View source]
def task_type=(task_type : MaintenanceWindowTaskType | Nil) #

Retrieves the task type for a maintenance window.


[View source]
def validate! : Nil #

[View source]
def window_execution_id : String | Nil #

The maintenance window execution ID.


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

The maintenance window execution ID.


[View source]
def window_target_id : String | Nil #

The maintenance window target ID.


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

The maintenance window target ID.


[View source]