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:



35080
35081
35082
35083
35084
35085
35086
35087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35080

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

#roleString

The role for the TopicVisual.

Returns:

  • (String)


35080
35081
35082
35083
35084
35085
35086
35087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35080

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:



35080
35081
35082
35083
35084
35085
35086
35087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35080

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)


35080
35081
35082
35083
35084
35085
35086
35087
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35080

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