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.
46543 46544 46545 46546 46547 46548 46549 46550 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46543 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.
46543 46544 46545 46546 46547 46548 46549 46550 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46543 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the topic.
46543 46544 46545 46546 46547 46548 46549 46550 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46543 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the topic.
46543 46544 46545 46546 46547 46548 46549 46550 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46543 class TopicV2Details < Struct.new( :name, :description, :data_sets, :data_set_relations) SENSITIVE = [] include Aws::Structure end |