Class: Aws::QuickSight::Types::DeleteIAMPolicyAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteIAMPolicyAssignmentRequest
- 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.
-
#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.
13292 13293 13294 13295 13296 13297 13298 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13292 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.
13292 13293 13294 13295 13296 13297 13298 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13292 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that contains the assignment.
13292 13293 13294 13295 13296 13297 13298 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13292 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |