Class: Aws::SSM::Types::MaintenanceWindowExecution

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

Overview

Describes the information about an execution of a maintenance window.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the execution finished.

Returns:

  • (Time)


10631
10632
10633
10634
10635
10636
10637
10638
10639
# File 'lib/aws-sdk-ssm/types.rb', line 10631

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

#start_timeTime

The time the execution started.

Returns:

  • (Time)


10631
10632
10633
10634
10635
10636
10637
10638
10639
# File 'lib/aws-sdk-ssm/types.rb', line 10631

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

#statusString

The status of the execution.

Returns:

  • (String)


10631
10632
10633
10634
10635
10636
10637
10638
10639
# File 'lib/aws-sdk-ssm/types.rb', line 10631

class MaintenanceWindowExecution < Struct.new(
  :window_id,
  :window_execution_id,
  :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)


10631
10632
10633
10634
10635
10636
10637
10638
10639
# File 'lib/aws-sdk-ssm/types.rb', line 10631

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

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)


10631
10632
10633
10634
10635
10636
10637
10638
10639
# File 'lib/aws-sdk-ssm/types.rb', line 10631

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

#window_idString

The ID of the maintenance window.

Returns:

  • (String)


10631
10632
10633
10634
10635
10636
10637
10638
10639
# File 'lib/aws-sdk-ssm/types.rb', line 10631

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