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::IoT::DescribeThingResponse; use Moose; has Attributes => (is => 'ro', isa => 'Paws::IoT::Attributes', traits => ['NameInRequest'], request_name => 'attributes'); has BillingGroupName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'billingGroupName'); has DefaultClientId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'defaultClientId'); has ThingArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'thingArn'); has ThingId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'thingId'); has ThingName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'thingName'); has ThingTypeName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'thingTypeName'); has Version => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'version'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoT::DescribeThingResponse =head1 ATTRIBUTES =head2 Attributes => L The thing attributes. =head2 BillingGroupName => Str The name of the billing group the thing belongs to. =head2 DefaultClientId => Str The default MQTT client ID. For a typical device, the thing name is also used as the default MQTT client ID. Although we donEt require a mapping between a thing's registry name and its use of MQTT client IDs, certificates, or shadow state, we recommend that you choose a thing name and use it as the MQTT client ID for the registry and the Device Shadow service. This lets you better organize your AWS IoT fleet without removing the flexibility of the underlying device certificate model or shadows. =head2 ThingArn => Str The ARN of the thing to describe. =head2 ThingId => Str The ID of the thing to describe. =head2 ThingName => Str The name of the thing. =head2 ThingTypeName => Str The thing type name. =head2 Version => Int The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the C parameter of the C and C calls. =head2 _request_id => Str =cut