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::IoTSiteWise::DescribeAssetResponse; use Moose; has AssetArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetArn', required => 1); has AssetCompositeModels => (is => 'ro', isa => 'ArrayRef[Paws::IoTSiteWise::AssetCompositeModel]', traits => ['NameInRequest'], request_name => 'assetCompositeModels'); has AssetCreationDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetCreationDate', required => 1); has AssetHierarchies => (is => 'ro', isa => 'ArrayRef[Paws::IoTSiteWise::AssetHierarchy]', traits => ['NameInRequest'], request_name => 'assetHierarchies', required => 1); has AssetId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetId', required => 1); has AssetLastUpdateDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetLastUpdateDate', required => 1); has AssetModelId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetModelId', required => 1); has AssetName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'assetName', required => 1); has AssetProperties => (is => 'ro', isa => 'ArrayRef[Paws::IoTSiteWise::AssetProperty]', traits => ['NameInRequest'], request_name => 'assetProperties', required => 1); has AssetStatus => (is => 'ro', isa => 'Paws::IoTSiteWise::AssetStatus', traits => ['NameInRequest'], request_name => 'assetStatus', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTSiteWise::DescribeAssetResponse =head1 ATTRIBUTES =head2 B AssetArn => Str The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the asset, which has the following format. C =head2 AssetCompositeModels => ArrayRef[L] The composite models for the asset. =head2 B AssetCreationDate => Str The date the asset was created, in Unix epoch time. =head2 B AssetHierarchies => ArrayRef[L] A list of asset hierarchies that each contain a C. A hierarchy specifies allowed parent/child asset relationships. =head2 B AssetId => Str The ID of the asset. =head2 B AssetLastUpdateDate => Str The date the asset was last updated, in Unix epoch time. =head2 B AssetModelId => Str The ID of the asset model that was used to create the asset. =head2 B AssetName => Str The name of the asset. =head2 B AssetProperties => ArrayRef[L] The list of asset properties for the asset. This object doesn't include properties that you define in composite models. You can find composite model properties in the C object. =head2 B AssetStatus => L The current status of the asset, which contains a state and any error message. =head2 _request_id => Str =cut