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

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

Overview

Describes the information about an execution of a maintenance window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the execution finished.

Returns:

  • (Time)


11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11858

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

#start_timeTime

The time the execution started.

Returns:

  • (Time)


11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11858

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

#statusString

The status of the execution.

Returns:

  • (String)


11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11858

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

#status_detailsString

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

Returns:

  • (String)


11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11858

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

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)


11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11858

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

#window_idString

The ID of the maintenance window.

Returns:

  • (String)


11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11858

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