Class: Aws::QuickSight::Types::PluginVisualOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PluginVisualOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options and persisted properties for the plugin visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visual_properties ⇒ Array<Types::PluginVisualProperty>
The persisted properties and their values.
Instance Attribute Details
#visual_properties ⇒ Array<Types::PluginVisualProperty>
The persisted properties and their values.
26261 26262 26263 26264 26265 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26261 class PluginVisualOptions < Struct.new( :visual_properties) SENSITIVE = [] include Aws::Structure end |