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 executing.

Returns:

  • (Time)


6229
6230
6231
6232
6233
6234
6235
6236
6237
# File 'lib/aws-sdk-ssm/types.rb', line 6229

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 executing.

Returns:

  • (Time)


6229
6230
6231
6232
6233
6234
6235
6236
6237
# File 'lib/aws-sdk-ssm/types.rb', line 6229

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)


6229
6230
6231
6232
6233
6234
6235
6236
6237
# File 'lib/aws-sdk-ssm/types.rb', line 6229

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)


6229
6230
6231
6232
6233
6234
6235
6236
6237
# File 'lib/aws-sdk-ssm/types.rb', line 6229

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>)


6229
6230
6231
6232
6233
6234
6235
6236
6237
# File 'lib/aws-sdk-ssm/types.rb', line 6229

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)


6229
6230
6231
6232
6233
6234
6235
6236
6237
# File 'lib/aws-sdk-ssm/types.rb', line 6229

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