Class: Aws::QuickSight::Types::PluginVisual
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PluginVisual
- 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
-
#actions ⇒ Array<Types::VisualCustomAction>
The list of custom actions that are configured for a visual.
-
#chart_configuration ⇒ Types::PluginVisualConfiguration
A description of the plugin field wells and their persisted properties.
-
#plugin_arn ⇒ String
The Amazon Resource Name (ARN) that reflects the plugin and version.
-
#subtitle ⇒ Types::VisualSubtitleLabelOptions
The subtitle label options for a visual.
-
#title ⇒ Types::VisualTitleLabelOptions
The title label options for a visual.
-
#visual_content_alt_text ⇒ String
The alt text for the visual.
-
#visual_id ⇒ String
The ID of the visual that you want to use.
Instance Attribute Details
#actions ⇒ Array<Types::VisualCustomAction>
The list of custom actions that are configured for a visual.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 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.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 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.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 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.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 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.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 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.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 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.
27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27876 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :actions, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |