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::DescribeAccessPolicyResponse; use Moose; has AccessPolicyArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'accessPolicyArn', required => 1); has AccessPolicyCreationDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'accessPolicyCreationDate', required => 1); has AccessPolicyId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'accessPolicyId', required => 1); has AccessPolicyIdentity => (is => 'ro', isa => 'Paws::IoTSiteWise::Identity', traits => ['NameInRequest'], request_name => 'accessPolicyIdentity', required => 1); has AccessPolicyLastUpdateDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'accessPolicyLastUpdateDate', required => 1); has AccessPolicyPermission => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'accessPolicyPermission', required => 1); has AccessPolicyResource => (is => 'ro', isa => 'Paws::IoTSiteWise::Resource', traits => ['NameInRequest'], request_name => 'accessPolicyResource', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTSiteWise::DescribeAccessPolicyResponse =head1 ATTRIBUTES =head2 B AccessPolicyArn => Str The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the access policy, which has the following format. C =head2 B AccessPolicyCreationDate => Str The date the access policy was created, in Unix epoch time. =head2 B AccessPolicyId => Str The ID of the access policy. =head2 B AccessPolicyIdentity => L The identity (AWS SSO user, AWS SSO group, or IAM user) to which this access policy applies. =head2 B AccessPolicyLastUpdateDate => Str The date the access policy was last updated, in Unix epoch time. =head2 B AccessPolicyPermission => Str The access policy permission. Note that a project C is also known as a project owner. Valid values are: C<"ADMINISTRATOR">, C<"VIEWER"> =head2 B AccessPolicyResource => L The AWS IoT SiteWise Monitor resource (portal or project) to which this access policy provides access. =head2 _request_id => Str =cut