Class: Aws::SSM::Types::GetMaintenanceWindowTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowTaskRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_id ⇒ String
The maintenance window ID that includes the task to retrieve.
-
#window_task_id ⇒ String
The maintenance window task ID to retrieve.
Instance Attribute Details
#window_id ⇒ String
The maintenance window ID that includes the task to retrieve.
8402 8403 8404 8405 8406 8407 |
# File 'lib/aws-sdk-ssm/types.rb', line 8402 class GetMaintenanceWindowTaskRequest < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |
#window_task_id ⇒ String
The maintenance window task ID to retrieve.
8402 8403 8404 8405 8406 8407 |
# File 'lib/aws-sdk-ssm/types.rb', line 8402 class GetMaintenanceWindowTaskRequest < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |