Class: Aws::Types::ReportedRuntimeContextState
- Inherits:
-
Object
- Object
- Aws::Types::ReportedRuntimeContextState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_state ⇒ "RUNNING", ...
Returns the value of attribute desired_state.
-
#device_reported_status ⇒ "STOPPING", ...
Returns the value of attribute device_reported_status.
-
#device_reported_time ⇒ ::Time
Returns the value of attribute device_reported_time.
-
#runtime_context_name ⇒ ::String
Returns the value of attribute runtime_context_name.
Instance Attribute Details
#desired_state ⇒ "RUNNING", ...
Returns the value of attribute desired_state.
767 768 769 |
# File 'sig/types.rbs', line 767 def desired_state @desired_state end |
#device_reported_status ⇒ "STOPPING", ...
Returns the value of attribute device_reported_status.
768 769 770 |
# File 'sig/types.rbs', line 768 def device_reported_status @device_reported_status end |
#device_reported_time ⇒ ::Time
Returns the value of attribute device_reported_time.
769 770 771 |
# File 'sig/types.rbs', line 769 def device_reported_time @device_reported_time end |
#runtime_context_name ⇒ ::String
Returns the value of attribute runtime_context_name.
770 771 772 |
# File 'sig/types.rbs', line 770 def runtime_context_name @runtime_context_name end |