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 Amazon QuickSight.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#chart_configuration ⇒ Types::PluginVisualConfiguration
A description of the plugin field wells and their persisted properties.
26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26174 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |
#plugin_arn ⇒ String
The Amazon Resource Name (ARN) that reflects the plugin and version.
26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26174 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
The subtitle label options for a visual.
26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26174 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Types::VisualTitleLabelOptions
The title label options for a visual.
26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26174 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |
#visual_content_alt_text ⇒ String
The alt text for the visual.
26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26174 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |
#visual_id ⇒ String
The ID of the visual that you want to use.
26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26174 class PluginVisual < Struct.new( :visual_id, :plugin_arn, :title, :subtitle, :chart_configuration, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |