class Amazonite::SsmV1::MaintenanceWindowExecutionTaskInvocationIdentity

Included Modules

Defined in:

ssm_v1/maintenance_window_execution_task_invocation_identity.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 end_time : Time | Nil #

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

[View source]
def execution_id : String | Nil #

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

[View source]
def invocation_id : String | Nil #

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

[View source]
def owner_information : String | Nil #

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

[View source]
def parameters : String | Nil #

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

[View source]
def start_time : Time | Nil #

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

[View source]
def status : MaintenanceWindowExecutionStatus | Nil #

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

[View source]
def status_details : String | Nil #

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

[View source]
def task_execution_id : String | Nil #

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

[View source]
def task_type : MaintenanceWindowTaskType | Nil #

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

[View source]
def window_execution_id : String | Nil #

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

[View source]
def window_target_id : String | Nil #

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

[View source]