Class: Aws::Types::GetMaintenanceWindowTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
-
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
Instance Attribute Details
#window_id ⇒ ::String
Returns the value of attribute window_id.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def window_id @window_id end |
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def window_task_id @window_task_id end |