Class: Aws::QuickSight::Types::UpdateIAMPolicyAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateIAMPolicyAssignmentRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_name ⇒ String
The name of the assignment, also called a rule.
-
#assignment_status ⇒ String
The status of the assignment.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IAM policy assignment.
-
#identities ⇒ Hash<String,Array<String>>
The Amazon QuickSight users, groups, or both that you want to assign the policy to.
-
#namespace ⇒ String
The namespace of the assignment.
-
#policy_arn ⇒ String
The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
Instance Attribute Details
#assignment_name ⇒ String
The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.
36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36694 class UpdateIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace, :assignment_status, :policy_arn, :identities) SENSITIVE = [] include Aws::Structure end |
#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.
36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36694 class UpdateIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace, :assignment_status, :policy_arn, :identities) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IAM policy assignment.
36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36694 class UpdateIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace, :assignment_status, :policy_arn, :identities) SENSITIVE = [] include Aws::Structure end |
#identities ⇒ Hash<String,Array<String>>
The Amazon QuickSight users, groups, or both that you want to assign the policy to.
36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36694 class UpdateIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace, :assignment_status, :policy_arn, :identities) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the assignment.
36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36694 class UpdateIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace, :assignment_status, :policy_arn, :identities) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36694 class UpdateIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace, :assignment_status, :policy_arn, :identities) SENSITIVE = [] include Aws::Structure end |