Class: Aws::Types::GetMaintenanceWindowExecutionTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowExecutionTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
Instance Attribute Details
#task_id ⇒ ::String
Returns the value of attribute task_id.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def task_id @task_id end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def window_execution_id @window_execution_id end |