Class: Aws::QuickSight::Types::DeleteUserCustomPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteUserCustomPermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.
-
#namespace ⇒ String
The namespace that the user belongs to.
-
#user_name ⇒ String
The username of the user that you want to remove custom permissions from.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.
11735 11736 11737 11738 11739 11740 11741 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11735 class DeleteUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that the user belongs to.
11735 11736 11737 11738 11739 11740 11741 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11735 class DeleteUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The username of the user that you want to remove custom permissions from.
11735 11736 11737 11738 11739 11740 11741 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11735 class DeleteUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |