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
.
34581 34582 34583 34584 34585 34586 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34581 class TopicTemplate < Struct.new( :template_type, :slots) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type for the TopicTemplate
.
34581 34582 34583 34584 34585 34586 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34581 class TopicTemplate < Struct.new( :template_type, :slots) SENSITIVE = [] include Aws::Structure end |