Class: Aws::SSM::Types::GetMaintenanceWindowExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 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.
8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 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.
8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 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.
8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 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.
8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 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.
8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 |
# File 'lib/aws-sdk-ssm/types.rb', line 8053 class GetMaintenanceWindowExecutionResult < Struct.new( :window_execution_id, :task_ids, :status, :status_details, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |