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)


8872
8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/aws-sdk-ssm/types.rb', line 8872

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)


8872
8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/aws-sdk-ssm/types.rb', line 8872

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)


8872
8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/aws-sdk-ssm/types.rb', line 8872

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)


8872
8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/aws-sdk-ssm/types.rb', line 8872

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)


8872
8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/aws-sdk-ssm/types.rb', line 8872

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)


8872
8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/aws-sdk-ssm/types.rb', line 8872

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