Class: Aws::QuickSight::Types::TopicVisual
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicVisual
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition for a TopicVisual
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ir ⇒ Types::TopicIR
The ir for the
TopicVisual
. -
#role ⇒ String
The role for the
TopicVisual
. -
#supporting_visuals ⇒ Array<Types::TopicVisual>
The supporting visuals for the
TopicVisual
. -
#visual_id ⇒ String
The visual ID for the
TopicVisual
.
Instance Attribute Details
#ir ⇒ Types::TopicIR
The ir for the TopicVisual
.
31658 31659 31660 31661 31662 31663 31664 31665 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31658 class TopicVisual < Struct.new( :visual_id, :role, :ir, :supporting_visuals) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role for the TopicVisual
.
31658 31659 31660 31661 31662 31663 31664 31665 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31658 class TopicVisual < Struct.new( :visual_id, :role, :ir, :supporting_visuals) SENSITIVE = [] include Aws::Structure end |
#supporting_visuals ⇒ Array<Types::TopicVisual>
The supporting visuals for the TopicVisual
.
31658 31659 31660 31661 31662 31663 31664 31665 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31658 class TopicVisual < Struct.new( :visual_id, :role, :ir, :supporting_visuals) SENSITIVE = [] include Aws::Structure end |
#visual_id ⇒ String
The visual ID for the TopicVisual
.
31658 31659 31660 31661 31662 31663 31664 31665 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31658 class TopicVisual < Struct.new( :visual_id, :role, :ir, :supporting_visuals) SENSITIVE = [] include Aws::Structure end |