Class: Aws::QuickSight::Types::DeleteIAMPolicyAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteIAMPolicyAssignmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_name ⇒ String
The name of the assignment.
-
#aws_account_id ⇒ String
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
-
#namespace ⇒ String
The namespace that contains the assignment.
Instance Attribute Details
#assignment_name ⇒ String
The name of the assignment.
11118 11119 11120 11121 11122 11123 11124 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11118 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
11118 11119 11120 11121 11122 11123 11124 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11118 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that contains the assignment.
11118 11119 11120 11121 11122 11123 11124 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11118 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |