Class: Aws::Types::GetMaintenanceWindowExecutionTaskInvocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowExecutionTaskInvocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#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
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def invocation_id @invocation_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def task_id @task_id end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def window_execution_id @window_execution_id end |