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_id ⇒ String

Assignment ID.

Returns:

  • (String) —

    Assignment ID.

#assignment_name ⇒ String

Assignment name.

Returns:

  • (String) —

    Assignment name.

#assignment_status ⇒ String

Assignment status.

Possible values:

  • ENABLED
  • DRAFT
  • DISABLED

Returns:

  • (String) —

    Assignment status.

#aws_account_id ⇒ String

The AWS account ID.

Returns:

  • (String) —

    The AWS account ID.

#identities ⇒ Hash<String,Array<String>>

Identities.

Returns:

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

    Identities.

#policy_arn ⇒ String

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

Returns:

  • (String) —

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