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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 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.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29547 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :actions, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |