Class: Aws::QuickSight::Types::UpdateAccountCustomPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAccountCustomPermissionRequest
- 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 for which you want to apply a custom permissions profile.
-
#custom_permissions_name ⇒ String
The name of the custom permissions profile that you want to apply to an account.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account for which you want to apply a custom permissions profile.
35986 35987 35988 35989 35990 35991 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35986 class UpdateAccountCustomPermissionRequest < Struct.new( :custom_permissions_name, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#custom_permissions_name ⇒ String
The name of the custom permissions profile that you want to apply to an account.
35986 35987 35988 35989 35990 35991 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35986 class UpdateAccountCustomPermissionRequest < Struct.new( :custom_permissions_name, :aws_account_id) SENSITIVE = [] include Aws::Structure end |