Class: Aws::QuickSight::Types::UpdateTemplatePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateTemplatePermissionsRequest
- 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 template.
-
#grant_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be granted on the template.
-
#revoke_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be revoked from the template.
-
#template_id ⇒ String
The ID for the template.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the template.
35142 35143 35144 35145 35146 35147 35148 35149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35142 class UpdateTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#grant_permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be granted on the template.
35142 35143 35144 35145 35146 35147 35148 35149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35142 class UpdateTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_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 template.
35142 35143 35144 35145 35146 35147 35148 35149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35142 class UpdateTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
35142 35143 35144 35145 35146 35147 35148 35149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35142 class UpdateTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |