Class: Aws::QuickSight::Types::TopicTemplate

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

Overview

The definition for a ‘TopicTemplate`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slotsArray<Types::Slot>

The slots for the ‘TopicTemplate`.

Returns:



31214
31215
31216
31217
31218
31219
# File 'lib/aws-sdk-quicksight/types.rb', line 31214

class TopicTemplate < Struct.new(
  :template_type,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The template type for the ‘TopicTemplate`.

Returns:

  • (String)


31214
31215
31216
31217
31218
31219
# File 'lib/aws-sdk-quicksight/types.rb', line 31214

class TopicTemplate < Struct.new(
  :template_type,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end