class Aws::GreengrassV2::Types::GetCoreDeviceResponse

@!attribute [rw] core_device_thing_name

The name of the core device. This is also the name of the IoT thing.
@return [String]

@!attribute [rw] core_version

The version of the IoT Greengrass Core software that the core device
runs. This version is equivalent to the version of the Greengrass
nucleus component that runs on the core device. For more
information, see the [Greengrass nucleus component][1] in the *IoT
Greengrass V2 Developer Guide*.

[1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html
@return [String]

@!attribute [rw] platform

The operating system platform that the core device runs.
@return [String]

@!attribute [rw] architecture

The computer architecture of the core device.
@return [String]

@!attribute [rw] status

The status of the core device. The core device status can be:

* `HEALTHY` – The IoT Greengrass Core software and all components
  run on the core device without issue.

* `UNHEALTHY` – The IoT Greengrass Core software or a component is
  in a failed state on the core device.
@return [String]

@!attribute [rw] last_status_update_timestamp

The time at which the core device's status last updated, expressed
in ISO 8601 format.
@return [Time]

@!attribute [rw] tags

A list of key-value pairs that contain metadata for the resource.
For more information, see [Tag your resources][1] in the *IoT
Greengrass V2 Developer Guide*.

[1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetCoreDeviceResponse AWS API Documentation

Constants

SENSITIVE