Class: Aws::QuickSight::Types::UpdateCustomPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateCustomPermissionsRequest
- 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 permissions profile that you want to update.
-
#capabilities ⇒ Types::Capabilities
A set of actions to include in the custom permissions profile.
-
#custom_permissions_name ⇒ String
The name of the custom permissions profile that you want to update.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.
33781 33782 33783 33784 33785 33786 33787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33781 class UpdateCustomPermissionsRequest < Struct.new( :aws_account_id, :custom_permissions_name, :capabilities) SENSITIVE = [] include Aws::Structure end |
#capabilities ⇒ Types::Capabilities
A set of actions to include in the custom permissions profile.
33781 33782 33783 33784 33785 33786 33787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33781 class UpdateCustomPermissionsRequest < Struct.new( :aws_account_id, :custom_permissions_name, :capabilities) SENSITIVE = [] include Aws::Structure end |
#custom_permissions_name ⇒ String
The name of the custom permissions profile that you want to update.
33781 33782 33783 33784 33785 33786 33787 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33781 class UpdateCustomPermissionsRequest < Struct.new( :aws_account_id, :custom_permissions_name, :capabilities) SENSITIVE = [] include Aws::Structure end |