Class: Aws::QuickSight::Types::PluginVisualOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PluginVisualOptions
- Includes:
- Structure
- Defined in:
- 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.
25962 25963 25964 25965 25966 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25962 class PluginVisualOptions < Struct.new( :visual_properties) SENSITIVE = [] include Aws::Structure end |