Class: Aws::QuickSight::Types::PluginVisual

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

Overview

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ Array<Types::VisualCustomAction>

The list of custom actions that are configured for a visual.

Returns:



36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#chart_configuration ⇒ Types::PluginVisualConfiguration

A description of the plugin field wells and their persisted properties.



36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#plugin_arn ⇒ String

The Amazon Resource Name (ARN) that reflects the plugin and version.

Returns:

  • (String)


36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#subtitle ⇒ Types::VisualSubtitleLabelOptions

The subtitle label options for a visual.



36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ Types::VisualTitleLabelOptions

The title label options for a visual.



36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#visual_content_alt_text ⇒ String

The alt text for the visual.

Returns:

  • (String)


36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#visual_id ⇒ String

The ID of the visual that you want to use.

Returns:

  • (String)


36765
36766
36767
36768
36769
36770
36771
36772
36773
36774
36775
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36765

class PluginVisual < Struct.new(
  :visual_id,
  :plugin_arn,
  :title,
  :subtitle,
  :chart_configuration,
  :actions,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end