Class: Aws::QuickSight::Types::TopicV2Details
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicV2Details
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition of a topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_relations ⇒ Array<Types::TopicV2DataSetRelation>
The relations between the data sets that the topic is associated with.
-
#data_sets ⇒ Array<Types::TopicV2DataSetReference>
The data sets that the topic is associated with.
-
#description ⇒ String
The description of the topic.
-
#name ⇒ String
The name of the topic.
Instance Attribute Details
#data_set_relations ⇒ Array<Types::TopicV2DataSetRelation>
The relations between the data sets that the topic is associated with.
45390 45391 45392 45393 45394 45395 45396 45397 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45390 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |
#data_sets ⇒ Array<Types::TopicV2DataSetReference>
The data sets that the topic is associated with.
45390 45391 45392 45393 45394 45395 45396 45397 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45390 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the topic.
45390 45391 45392 45393 45394 45395 45396 45397 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45390 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the topic.
45390 45391 45392 45393 45394 45395 45396 45397 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45390 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |