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
Note:
When making an API call, you may pass DescribeTemplatePermissionsRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
template_id: "RestrictiveResourceId", # required
}
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.
6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6459 class DescribeTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID for the template.
6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6459 class DescribeTemplatePermissionsRequest < Struct.new( :aws_account_id, :template_id) SENSITIVE = [] include Aws::Structure end |