Class: Aws::QuickSight::Types::TemplateSourceTemplate

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

Overview

The source template of the template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


39014
39015
39016
39017
39018
# File 'lib/aws-sdk-quicksight/types.rb', line 39014

class TemplateSourceTemplate < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end