Class: Aws::QuickSight::Types::TemplateSourceTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateSourceTemplate
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass TemplateSourceTemplate data as a hash:
{
arn: "Arn", # required
}
The source template of the template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
11935 11936 11937 11938 11939 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11935 class TemplateSourceTemplate < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |