Class: Aws::QuickSight::Types::TopicConfiguration

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

Overview

The configuration of a topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_group_schema_listArray<Types::ColumnGroupSchema>

The list of column group schemas in the topic configuration.

Returns:



44348
44349
44350
44351
44352
44353
44354
# File 'lib/aws-sdk-quicksight/types.rb', line 44348

class TopicConfiguration < Struct.new(
  :placeholder,
  :data_set_schema,
  :column_group_schema_list)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_schemaTypes::DataSetSchema

Topic schema.



44348
44349
44350
44351
44352
44353
44354
# File 'lib/aws-sdk-quicksight/types.rb', line 44348

class TopicConfiguration < Struct.new(
  :placeholder,
  :data_set_schema,
  :column_group_schema_list)
  SENSITIVE = []
  include Aws::Structure
end

#placeholderString

The placeholder for the topic configuration.

Returns:

  • (String)


44348
44349
44350
44351
44352
44353
44354
# File 'lib/aws-sdk-quicksight/types.rb', line 44348

class TopicConfiguration < Struct.new(
  :placeholder,
  :data_set_schema,
  :column_group_schema_list)
  SENSITIVE = []
  include Aws::Structure
end