Class: Aws::Types::CoreDevice
- Inherits:
-
Object
- Object
- Aws::Types::CoreDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
-
#last_status_update_timestamp ⇒ ::Time
Returns the value of attribute last_status_update_timestamp.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
-
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
168 169 170 |
# File 'sig/types.rbs', line 168 def architecture @architecture end |
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
164 165 166 |
# File 'sig/types.rbs', line 164 def core_device_thing_name @core_device_thing_name end |
#last_status_update_timestamp ⇒ ::Time
Returns the value of attribute last_status_update_timestamp.
166 167 168 |
# File 'sig/types.rbs', line 166 def @last_status_update_timestamp end |
#platform ⇒ ::String
Returns the value of attribute platform.
167 168 169 |
# File 'sig/types.rbs', line 167 def platform @platform end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
169 170 171 |
# File 'sig/types.rbs', line 169 def runtime @runtime end |
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
165 166 167 |
# File 'sig/types.rbs', line 165 def status @status end |