Class: Aws::QuickSight::Types::DescribeTemplatePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplatePermissionsRequest
- 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 that you’re describing.
-
#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 that you’re describing.
14069 14070 14071 14072 14073 14074 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14069 class DescribeTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
14069 14070 14071 14072 14073 14074 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14069 class DescribeTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id) SENSITIVE = [] include Aws::Structure end |