Class: Aws::QuickSight::Types::UpdateUserCustomPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateUserCustomPermissionRequest
- 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 update.
-
#custom_permissions_name ⇒ String
The name of the custom permissions that you want to update.
-
#namespace ⇒ String
The namespace that the user belongs to.
-
#user_name ⇒ String
The username of the user that you want to update custom permissions for.
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 update.
35675 35676 35677 35678 35679 35680 35681 35682 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35675 class UpdateUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#custom_permissions_name ⇒ String
The name of the custom permissions that you want to update.
35675 35676 35677 35678 35679 35680 35681 35682 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35675 class UpdateUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that the user belongs to.
35675 35676 35677 35678 35679 35680 35681 35682 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35675 class UpdateUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The username of the user that you want to update custom permissions for.
35675 35676 35677 35678 35679 35680 35681 35682 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35675 class UpdateUserCustomPermissionRequest < Struct.new( :user_name, :aws_account_id, :namespace, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |