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

Class: Aws::QuickSight::Types::CreateIAMPolicyAssignmentResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

The ID for the assignment.

Returns:

  • (String)

    The ID for the assignment.

#assignment_nameString

The name of the assignment. This name must be unique within the AWS account.

Returns:

  • (String)

    The name of the assignment.

#assignment_statusString

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.

  • DISABLED - This assignment isn\'t used when creating the data source.

  • DRAFT - This assignment is an unfinished draft and isn\'t used when creating the data source.

    Possible values:

    • ENABLED
    • DRAFT
    • DISABLED

Returns:

  • (String)

    The status of the assignment.

#identitiesHash<String,Array<String>>

The QuickSight users, groups, or both that the IAM policy is assigned to.

Returns:

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

    The QuickSight users, groups, or both that the IAM policy is assigned to.

#policy_arnString

The ARN for the IAM policy that is applied to the QuickSight users and groups specified in this assignment.

Returns:

  • (String)

    The ARN for the IAM policy that is applied to the QuickSight users and groups specified in this assignment.

#request_idString

The AWS request ID for this operation.

Returns:

  • (String)

    The AWS request ID for this operation.

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)

    The HTTP status of the request.