Module: Aws::GreengrassV2::Client::_GetCoreDeviceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetCoreDeviceResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#architecture::String

Returns:

  • (::String)


355
# File 'sig/client.rbs', line 355

def architecture: () -> ::String

#core_device_thing_name::String

Returns:

  • (::String)


352
# File 'sig/client.rbs', line 352

def core_device_thing_name: () -> ::String

#core_version::String

Returns:

  • (::String)


353
# File 'sig/client.rbs', line 353

def core_version: () -> ::String

#last_status_update_timestamp::Time

Returns:

  • (::Time)


358
# File 'sig/client.rbs', line 358

def last_status_update_timestamp: () -> ::Time

#platform::String

Returns:

  • (::String)


354
# File 'sig/client.rbs', line 354

def platform: () -> ::String

#runtime::String

Returns:

  • (::String)


356
# File 'sig/client.rbs', line 356

def runtime: () -> ::String

#status"HEALTHY", "UNHEALTHY"

Returns:

  • ("HEALTHY", "UNHEALTHY")


357
# File 'sig/client.rbs', line 357

def status: () -> ("HEALTHY" | "UNHEALTHY")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


359
# File 'sig/client.rbs', line 359

def tags: () -> ::Hash[::String, ::String]