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.
8597 8598 8599 8600 8601 8602 |
# File 'lib/aws-sdk-ssm/types.rb', line 8597 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.
8597 8598 8599 8600 8601 8602 |
# File 'lib/aws-sdk-ssm/types.rb', line 8597 class GetMaintenanceWindowTaskRequest < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |