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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition for a ‘TopicVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#irTypes::TopicIR

The ir for the ‘TopicVisual`.

Returns:



31241
31242
31243
31244
31245
31246
31247
31248
# File 'lib/aws-sdk-quicksight/types.rb', line 31241

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

#roleString

The role for the ‘TopicVisual`.

Returns:

  • (String)


31241
31242
31243
31244
31245
31246
31247
31248
# File 'lib/aws-sdk-quicksight/types.rb', line 31241

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

#supporting_visualsArray<Types::TopicVisual>

The supporting visuals for the ‘TopicVisual`.

Returns:



31241
31242
31243
31244
31245
31246
31247
31248
# File 'lib/aws-sdk-quicksight/types.rb', line 31241

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

#visual_idString

The visual ID for the ‘TopicVisual`.

Returns:

  • (String)


31241
31242
31243
31244
31245
31246
31247
31248
# File 'lib/aws-sdk-quicksight/types.rb', line 31241

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