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:



31377
31378
31379
31380
31381
31382
31383
31384
# File 'lib/aws-sdk-quicksight/types.rb', line 31377

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

#roleString

The role for the ‘TopicVisual`.

Returns:

  • (String)


31377
31378
31379
31380
31381
31382
31383
31384
# File 'lib/aws-sdk-quicksight/types.rb', line 31377

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:



31377
31378
31379
31380
31381
31382
31383
31384
# File 'lib/aws-sdk-quicksight/types.rb', line 31377

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)


31377
31378
31379
31380
31381
31382
31383
31384
# File 'lib/aws-sdk-quicksight/types.rb', line 31377

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