class Aws::IoTSiteWise::Types::DescribeAccessPolicyResponse

@!attribute [rw] access_policy_id

The ID of the access policy.
@return [String]

@!attribute [rw] access_policy_arn

The [ARN][1] of the access policy, which has the following format.

`arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:access-policy/$\{AccessPolicyId\}`

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] access_policy_identity

The identity (Amazon Web Services SSO user, Amazon Web Services SSO
group, or IAM user) to which this access policy applies.
@return [Types::Identity]

@!attribute [rw] access_policy_resource

The IoT SiteWise Monitor resource (portal or project) to which this
access policy provides access.
@return [Types::Resource]

@!attribute [rw] access_policy_permission

The access policy permission. Note that a project `ADMINISTRATOR` is
also known as a project owner.
@return [String]

@!attribute [rw] access_policy_creation_date

The date the access policy was created, in Unix epoch time.
@return [Time]

@!attribute [rw] access_policy_last_update_date

The date the access policy was last updated, in Unix epoch time.
@return [Time]

Constants

SENSITIVE