PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::GreengrassV2::GetCoreDeviceResponse; use Moose; has Architecture => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'architecture'); has CoreDeviceThingName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'coreDeviceThingName'); has CoreVersion => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'coreVersion'); has LastStatusUpdateTimestamp => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastStatusUpdateTimestamp'); has Platform => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'platform'); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status'); has Tags => (is => 'ro', isa => 'Paws::GreengrassV2::TagMap', traits => ['NameInRequest'], request_name => 'tags'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::GreengrassV2::GetCoreDeviceResponse =head1 ATTRIBUTES =head2 Architecture => Str The computer architecture of the core device. =head2 CoreDeviceThingName => Str The name of the core device. This is also the name of the AWS IoT thing. =head2 CoreVersion => Str The version of the AWS IoT Greengrass Core software that the core device runs. This version is equivalent to the version of the AWS IoT Greengrass nucleus component that runs on the core device. For more information, see the AWS IoT Greengrass nucleus component (https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html) in the I. =head2 LastStatusUpdateTimestamp => Str The time at which the core device's status last updated, expressed in ISO 8601 format. =head2 Platform => Str The operating system platform that the core device runs. =head2 Status => Str The status of the core device. The core device status can be: =over =item * C E The AWS IoT Greengrass Core software and all components run on the core device without issue. =item * C E The AWS IoT Greengrass Core software or a component is in a failed state on the core device. =back Valid values are: C<"HEALTHY">, C<"UNHEALTHY"> =head2 Tags => L A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources (https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html) in the I. =head2 _request_id => Str =cut