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:



45916
45917
45918
45919
45920
45921
45922
# File 'lib/aws-sdk-quicksight/types.rb', line 45916

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

#data_set_schemaTypes::DataSetSchema

Topic schema.



45916
45917
45918
45919
45920
45921
45922
# File 'lib/aws-sdk-quicksight/types.rb', line 45916

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)


45916
45917
45918
45919
45920
45921
45922
# File 'lib/aws-sdk-quicksight/types.rb', line 45916

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