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

Class: Aws::QuickSight::Types::IAMPolicyAssignment

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

Overview

An AWS Identity and Access Management (IAM) policy assignment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

Assignment ID.

Returns:

  • (String)

    Assignment ID.

#assignment_nameString

Assignment name.

Returns:

  • (String)

    Assignment name.

#assignment_statusString

Assignment status.

Possible values:

  • ENABLED
  • DRAFT
  • DISABLED

Returns:

  • (String)

    Assignment status.

#aws_account_idString

The AWS account ID.

Returns:

  • (String)

    The AWS account ID.

#identitiesHash<String,Array<String>>

Identities.

Returns:

  • (Hash<String,Array<String>>)

    Identities.

#policy_arnString

The Amazon Resource Name (ARN) for the IAM policy.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the IAM policy.