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.
12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-ssm/types.rb', line 12165 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.
12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-ssm/types.rb', line 12165 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.
12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-ssm/types.rb', line 12165 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.
12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-ssm/types.rb', line 12165 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.
12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-ssm/types.rb', line 12165 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.
12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 |
# File 'lib/aws-sdk-ssm/types.rb', line 12165 class MaintenanceWindowExecution < Struct.new( :window_id, :window_execution_id, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |