Class: Aws::SSM::Types::MaintenanceWindowExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowExecution
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#end_time ⇒ Time
The time the execution finished.
-
#start_time ⇒ Time
The time the execution started.
-
#status ⇒ String
The status of the execution.
-
#status_details ⇒ String
The details explaining the status.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution.
-
#window_id ⇒ String
The ID of the maintenance window.
Instance Attribute Details
#end_time ⇒ Time
The time the execution finished.
12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-ssm/types.rb', line 12535 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time the execution started.
12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-ssm/types.rb', line 12535 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the execution.
12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-ssm/types.rb', line 12535 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ String
The details explaining the status. Not available for all status values.
12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-ssm/types.rb', line 12535 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution.
12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-ssm/types.rb', line 12535 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#window_id ⇒ String
The ID of the maintenance window.
12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-ssm/types.rb', line 12535 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |