Class: Aws::QuickSight::Types::DescribeTemplatePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplatePermissionsRequest
- 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 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.
13348 13349 13350 13351 13352 13353 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13348 class DescribeTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
13348 13349 13350 13351 13352 13353 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13348 class DescribeTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id) SENSITIVE = [] include Aws::Structure end |