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

#irTypes::TopicIR

The ir for the TopicVisual.

Returns:



40129
40130
40131
40132
40133
40134
40135
40136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40129

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

#roleString

The role for the TopicVisual.

Returns:

  • (String)


40129
40130
40131
40132
40133
40134
40135
40136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40129

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:



40129
40130
40131
40132
40133
40134
40135
40136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40129

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)


40129
40130
40131
40132
40133
40134
40135
40136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40129

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