Module: Aws::GreengrassV2::Client::_GetCoreDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCoreDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #architecture ⇒ ::String
- #core_device_thing_name ⇒ ::String
- #core_version ⇒ ::String
- #last_status_update_timestamp ⇒ ::Time
- #platform ⇒ ::String
- #runtime ⇒ ::String
- #status ⇒ "HEALTHY", "UNHEALTHY"
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#architecture ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def architecture: () -> ::String
|
#core_device_thing_name ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def core_device_thing_name: () -> ::String
|
#core_version ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def core_version: () -> ::String
|
#last_status_update_timestamp ⇒ ::Time
358 |
# File 'sig/client.rbs', line 358
def last_status_update_timestamp: () -> ::Time
|
#platform ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def platform: () -> ::String
|
#runtime ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def runtime: () -> ::String
|
#status ⇒ "HEALTHY", "UNHEALTHY"
357 |
# File 'sig/client.rbs', line 357
def status: () -> ("HEALTHY" | "UNHEALTHY")
|
#tags ⇒ ::Hash[::String, ::String]
359 |
# File 'sig/client.rbs', line 359
def tags: () -> ::Hash[::String, ::String]
|