Class: Aws::Types::DescribeExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def managed_device_id @managed_device_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def task_id @task_id end |