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
Note:
When making an API call, you may pass DeleteIAMPolicyAssignmentRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
assignment_name: "IAMPolicyAssignmentName", # required
namespace: "Namespace", # required
}
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.
4876 4877 4878 4879 4880 4881 4882 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4876 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.
4876 4877 4878 4879 4880 4881 4882 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4876 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that contains the assignment.
4876 4877 4878 4879 4880 4881 4882 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4876 class DeleteIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |