You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::UpdateIAMPolicyAssignmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateIAMPolicyAssignmentResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#assignment_id ⇒ String
The ID of the assignment.
-
#assignment_name ⇒ String
The name of the assignment or rule.
-
#assignment_status ⇒ String
The status of the assignment.
-
#identities ⇒ Hash<String,Array<String>>
The QuickSight users, groups, or both that the IAM policy is assigned to.
-
#policy_arn ⇒ String
The ARN for the IAM policy applied to the QuickSight users and groups specified in this assignment.
-
#request_id ⇒ String
The AWS request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#assignment_id ⇒ String
The ID of the assignment.
#assignment_name ⇒ String
The name of the assignment or rule.
#assignment_status ⇒ String
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
#identities ⇒ Hash<String,Array<String>>
The QuickSight users, groups, or both that the IAM policy is assigned to.
#policy_arn ⇒ String
The ARN for the IAM policy applied to the QuickSight users and groups specified in this assignment.
#request_id ⇒ String
The AWS request ID for this operation.
#status ⇒ Integer
The HTTP status of the request.