Class: Aws::QuickSight::Types::TopicDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that describes the details of a topic, such as its name, description, and associated data sets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_options ⇒ Types::TopicConfigOptions
Configuration options for a ‘Topic`.
-
#data_sets ⇒ Array<Types::DatasetMetadata>
The data sets that the topic is associated with.
-
#description ⇒ String
The description of the topic.
-
#name ⇒ String
The name of the topic.
-
#user_experience_version ⇒ String
The user experience version of a topic.
Instance Attribute Details
#config_options ⇒ Types::TopicConfigOptions
Configuration options for a ‘Topic`.
31946 31947 31948 31949 31950 31951 31952 31953 31954 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31946 class TopicDetails < Struct.new( :name, :description, :user_experience_version, :data_sets, :config_options) SENSITIVE = [] include Aws::Structure end |
#data_sets ⇒ Array<Types::DatasetMetadata>
The data sets that the topic is associated with.
31946 31947 31948 31949 31950 31951 31952 31953 31954 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31946 class TopicDetails < Struct.new( :name, :description, :user_experience_version, :data_sets, :config_options) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the topic.
31946 31947 31948 31949 31950 31951 31952 31953 31954 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31946 class TopicDetails < Struct.new( :name, :description, :user_experience_version, :data_sets, :config_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the topic.
31946 31947 31948 31949 31950 31951 31952 31953 31954 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31946 class TopicDetails < Struct.new( :name, :description, :user_experience_version, :data_sets, :config_options) SENSITIVE = [] include Aws::Structure end |
#user_experience_version ⇒ String
The user experience version of a topic.
31946 31947 31948 31949 31950 31951 31952 31953 31954 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31946 class TopicDetails < Struct.new( :name, :description, :user_experience_version, :data_sets, :config_options) SENSITIVE = [] include Aws::Structure end |