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.
| 27964 27965 27966 27967 27968 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27964 class PluginVisualOptions < Struct.new( :visual_properties) SENSITIVE = [] include Aws::Structure end |