Class: Aws::SSM::Types::GetMaintenanceWindowExecutionResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the maintenance window finished running.

Returns:

  • (Time)


7131
7132
7133
7134
7135
7136
7137
7138
7139
# File 'lib/aws-sdk-ssm/types.rb', line 7131

class GetMaintenanceWindowExecutionResult < Struct.new(
  :window_execution_id,
  :task_ids,
  :status,
  :status_details,
  :start_time,
  :end_time)
  include Aws::Structure
end

#start_timeTime

The time the maintenance window started running.

Returns:

  • (Time)


7131
7132
7133
7134
7135
7136
7137
7138
7139
# File 'lib/aws-sdk-ssm/types.rb', line 7131

class GetMaintenanceWindowExecutionResult < Struct.new(
  :window_execution_id,
  :task_ids,
  :status,
  :status_details,
  :start_time,
  :end_time)
  include Aws::Structure
end

#statusString

The status of the maintenance window execution.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
7137
7138
7139
# File 'lib/aws-sdk-ssm/types.rb', line 7131

class GetMaintenanceWindowExecutionResult < Struct.new(
  :window_execution_id,
  :task_ids,
  :status,
  :status_details,
  :start_time,
  :end_time)
  include Aws::Structure
end

#status_detailsString

The details explaining the Status. Only available for certain status values.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
7137
7138
7139
# File 'lib/aws-sdk-ssm/types.rb', line 7131

class GetMaintenanceWindowExecutionResult < Struct.new(
  :window_execution_id,
  :task_ids,
  :status,
  :status_details,
  :start_time,
  :end_time)
  include Aws::Structure
end

#task_idsArray<String>

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

Returns:

  • (Array<String>)


7131
7132
7133
7134
7135
7136
7137
7138
7139
# File 'lib/aws-sdk-ssm/types.rb', line 7131

class GetMaintenanceWindowExecutionResult < Struct.new(
  :window_execution_id,
  :task_ids,
  :status,
  :status_details,
  :start_time,
  :end_time)
  include Aws::Structure
end

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
7137
7138
7139
# File 'lib/aws-sdk-ssm/types.rb', line 7131

class GetMaintenanceWindowExecutionResult < Struct.new(
  :window_execution_id,
  :task_ids,
  :status,
  :status_details,
  :start_time,
  :end_time)
  include Aws::Structure
end