Class: Aws::QuickSight::Types::UpdateFolderPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFolderPermissionsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder to update.
-
#folder_id ⇒ String
The ID of the folder.
-
#grant_permissions ⇒ Array<Types::ResourcePermission>
The permissions that you want to grant on a resource.
-
#revoke_permissions ⇒ Array<Types::ResourcePermission>
The permissions that you want to revoke from a resource.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the folder to update.
36504 36505 36506 36507 36508 36509 36510 36511 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36504 class UpdateFolderPermissionsRequest < Struct.new( :aws_account_id, :folder_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
36504 36505 36506 36507 36508 36509 36510 36511 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36504 class UpdateFolderPermissionsRequest < Struct.new( :aws_account_id, :folder_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#grant_permissions ⇒ Array<Types::ResourcePermission>
The permissions that you want to grant on a resource. Namespace ARNs
are not supported Principal
values for folder permissions.
36504 36505 36506 36507 36508 36509 36510 36511 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36504 class UpdateFolderPermissionsRequest < Struct.new( :aws_account_id, :folder_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#revoke_permissions ⇒ Array<Types::ResourcePermission>
The permissions that you want to revoke from a resource. Namespace
ARNs are not supported Principal
values for folder permissions.
36504 36505 36506 36507 36508 36509 36510 36511 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36504 class UpdateFolderPermissionsRequest < Struct.new( :aws_account_id, :folder_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |