Class: Aws::QuickSight::Types::UpdateThemePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemePermissionsRequest
- 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 theme.
-
#grant_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be granted for the theme.
-
#revoke_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be revoked from the theme.
-
#theme_id ⇒ String
The ID for the theme.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme.
35352 35353 35354 35355 35356 35357 35358 35359 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35352 class UpdateThemePermissionsRequest < Struct.new( :aws_account_id, :theme_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#grant_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be granted for the theme.
35352 35353 35354 35355 35356 35357 35358 35359 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35352 class UpdateThemePermissionsRequest < Struct.new( :aws_account_id, :theme_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#revoke_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be revoked from the theme.
35352 35353 35354 35355 35356 35357 35358 35359 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35352 class UpdateThemePermissionsRequest < Struct.new( :aws_account_id, :theme_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID for the theme.
35352 35353 35354 35355 35356 35357 35358 35359 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35352 class UpdateThemePermissionsRequest < Struct.new( :aws_account_id, :theme_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |