Class: Aws::SSM::Types::GetMaintenanceWindowExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time the maintenance window finished running.
-
#start_time ⇒ Time
The time the maintenance window started running.
-
#status ⇒ String
The status of the maintenance window execution.
-
#status_details ⇒ String
The details explaining the status.
-
#task_ids ⇒ Array<String>
The ID of the task executions from the maintenance window execution.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution.
Instance Attribute Details
#end_time ⇒ Time
The time the maintenance window finished running.
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8412 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time the maintenance window started running.
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8412 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the maintenance window execution.
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8412 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :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.
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8412 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#task_ids ⇒ Array<String>
The ID of the task executions from the maintenance window execution.
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8412 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution.
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8412 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |