Class: Aws::Types::GetCoreDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCoreDeviceResponse
- 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.
-
#core_version ⇒ ::String
Returns the value of attribute core_version.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
366 367 368 |
# File 'sig/types.rbs', line 366 def architecture @architecture end |
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
363 364 365 |
# File 'sig/types.rbs', line 363 def core_device_thing_name @core_device_thing_name end |
#core_version ⇒ ::String
Returns the value of attribute core_version.
364 365 366 |
# File 'sig/types.rbs', line 364 def core_version @core_version end |
#last_status_update_timestamp ⇒ ::Time
Returns the value of attribute last_status_update_timestamp.
369 370 371 |
# File 'sig/types.rbs', line 369 def @last_status_update_timestamp end |
#platform ⇒ ::String
Returns the value of attribute platform.
365 366 367 |
# File 'sig/types.rbs', line 365 def platform @platform end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
367 368 369 |
# File 'sig/types.rbs', line 367 def runtime @runtime end |
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
368 369 370 |
# File 'sig/types.rbs', line 368 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def @tags end |