Method: Aws::QuickSight::Types::DescribeTemplateDefinitionRequest#aws_account_id

Defined in:
lib/aws-sdk-quicksight/types.rb

#aws_account_idString

The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.

Returns:

  • (String)


14444
14445
14446
14447
14448
14449
14450
14451
# File 'lib/aws-sdk-quicksight/types.rb', line 14444

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