Class: Aws::QuickSight::Types::DescribeTemplatePermissionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the template that you’re describing.

Returns:

  • (String)


13171
13172
13173
13174
13175
13176
# File 'lib/aws-sdk-quicksight/types.rb', line 13171

class DescribeTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID for the template.

Returns:

  • (String)


13171
13172
13173
13174
13175
13176
# File 'lib/aws-sdk-quicksight/types.rb', line 13171

class DescribeTemplatePermissionsRequest < Struct.new(
  :aws_account_id,
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end