Class: Aws::QuickSight::Types::TopicTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicTemplate
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition for a TopicTemplate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slots ⇒ Array<Types::Slot>
The slots for the
TopicTemplate. -
#template_type ⇒ String
The template type for the
TopicTemplate.
Instance Attribute Details
#slots ⇒ Array<Types::Slot>
The slots for the TopicTemplate.
40145 40146 40147 40148 40149 40150 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40145 class TopicTemplate < Struct.new( :template_type, :slots) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type for the TopicTemplate.
40145 40146 40147 40148 40149 40150 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40145 class TopicTemplate < Struct.new( :template_type, :slots) SENSITIVE = [] include Aws::Structure end |