class Amazonite::Ssm::GetMaintenanceWindowExecutionResult

Included Modules

Defined in:

ssm/get_maintenance_window_execution_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_ids : Array(String) | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | 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 the maintenance window finished running.


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

The time the maintenance window finished running.


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

See Object#hash(hasher)


def start_time : Time | Nil #

The time the maintenance window started running.


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

The time the maintenance window started running.


[View source]
def status : MaintenanceWindowExecutionStatus | Nil #

The status of the maintenance window execution.


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

The status of the maintenance window execution.


[View source]
def status_details : String | Nil #

The details explaining the status. Not available for all status values.


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

The details explaining the status. Not available for all status values.


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

The ID of the task executions from the maintenance window execution.


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

The ID of the task executions from the maintenance window execution.


[View source]
def validate! : Nil #

[View source]
def window_execution_id : String | Nil #

The ID of the maintenance window execution.


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

The ID of the maintenance window execution.


[View source]