Class: Aws::QuickSight::Types::TopicTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicTemplate
- Includes:
- Structure
- Defined in:
- 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`.
32674 32675 32676 32677 32678 32679 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32674 class TopicTemplate < Struct.new( :template_type, :slots) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type for the ‘TopicTemplate`.
32674 32675 32676 32677 32678 32679 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32674 class TopicTemplate < Struct.new( :template_type, :slots) SENSITIVE = [] include Aws::Structure end |