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::DescribeProjectResponse; use Moose; has PortalId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'portalId', required => 1); has ProjectArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectArn', required => 1); has ProjectCreationDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectCreationDate', required => 1); has ProjectDescription => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectDescription'); has ProjectId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectId', required => 1); has ProjectLastUpdateDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectLastUpdateDate', required => 1); has ProjectName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectName', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTSiteWise::DescribeProjectResponse =head1 ATTRIBUTES =head2 B PortalId => Str The ID of the portal that the project is in. =head2 B ProjectArn => Str The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the project, which has the following format. C =head2 B ProjectCreationDate => Str The date the project was created, in Unix epoch time. =head2 ProjectDescription => Str The project's description. =head2 B ProjectId => Str The ID of the project. =head2 B ProjectLastUpdateDate => Str The date the project was last updated, in Unix epoch time. =head2 B ProjectName => Str The name of the project. =head2 _request_id => Str =cut