Class: Aws::QuickSight::Types::TopicVisual

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ir ⇒ Types::TopicIR

The ir for the TopicVisual.

Returns:



47578
47579
47580
47581
47582
47583
47584
47585
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47578

class TopicVisual < Struct.new(
  :visual_id,
  :role,
  :ir,
  :supporting_visuals)
  SENSITIVE = []
  include Aws::Structure
end

#role ⇒ String

The role for the TopicVisual.

Returns:

  • (String)


47578
47579
47580
47581
47582
47583
47584
47585
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47578

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.

Returns:



47578
47579
47580
47581
47582
47583
47584
47585
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47578

class TopicVisual < Struct.new(
  :visual_id,
  :role,
  :ir,
  :supporting_visuals)
  SENSITIVE = []
  include Aws::Structure
end

#visual_id ⇒ String

The visual ID for the TopicVisual.

Returns:

  • (String)


47578
47579
47580
47581
47582
47583
47584
47585
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47578

class TopicVisual < Struct.new(
  :visual_id,
  :role,
  :ir,
  :supporting_visuals)
  SENSITIVE = []
  include Aws::Structure
end