You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::DescribeAccessPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_arnString

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

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

Returns:

  • (String)

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

#access_policy_creation_dateTime

The date the access policy was created, in Unix epoch time.

Returns:

  • (Time)

    The date the access policy was created, in Unix epoch time.

#access_policy_idString

The ID of the access policy.

Returns:

  • (String)

    The ID of the access policy.

#access_policy_identityTypes::Identity

The identity (AWS SSO user, AWS SSO group, or IAM user) to which this access policy applies.

Returns:

  • (Types::Identity)

    The identity (AWS SSO user, AWS SSO group, or IAM user) to which this access policy applies.

#access_policy_last_update_dateTime

The date the access policy was last updated, in Unix epoch time.

Returns:

  • (Time)

    The date the access policy was last updated, in Unix epoch time.

#access_policy_permissionString

The access policy permission. Note that a project ADMINISTRATOR is also known as a project owner.

Possible values:

  • ADMINISTRATOR
  • VIEWER

Returns:

  • (String)

    The access policy permission.

#access_policy_resourceTypes::Resource

The AWS IoT SiteWise Monitor resource (portal or project) to which this access policy provides access.

Returns:

  • (Types::Resource)

    The AWS IoT SiteWise Monitor resource (portal or project) to which this access policy provides access.