Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionTaskRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the specific task execution in the maintenance window task that should be retrieved.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution that includes the task.
Instance Attribute Details
#task_id ⇒ String
The ID of the specific task execution in the maintenance window task that should be retrieved.
8169 8170 8171 8172 8173 8174 |
# File 'lib/aws-sdk-ssm/types.rb', line 8169 class GetMaintenanceWindowExecutionTaskRequest < Struct.new( :window_execution_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution that includes the task.
8169 8170 8171 8172 8173 8174 |
# File 'lib/aws-sdk-ssm/types.rb', line 8169 class GetMaintenanceWindowExecutionTaskRequest < Struct.new( :window_execution_id, :task_id) SENSITIVE = [] include Aws::Structure end |