Class: Aws::Types::ExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def execution_id @execution_id end |
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def managed_device_id @managed_device_id end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
154 155 156 |
# File 'sig/types.rbs', line 154 def state @state end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def task_id @task_id end |