Class: Aws::QuickSight::Types::PluginVisualConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::PluginVisualConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The plugin visual configuration. This includes the field wells, sorting options, and persisted options of the plugin visual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #field_wells  ⇒ Array<Types::PluginVisualFieldWell> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field wells configuration of the plugin visual. 
- 
  
    
      #sort_configuration  ⇒ Types::PluginVisualSortConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The sort configuration of the plugin visual. 
- 
  
    
      #visual_options  ⇒ Types::PluginVisualOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The persisted properties of the plugin visual. 
Instance Attribute Details
#field_wells ⇒ Array<Types::PluginVisualFieldWell>
The field wells configuration of the plugin visual.
| 27905 27906 27907 27908 27909 27910 27911 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27905 class PluginVisualConfiguration < Struct.new( :field_wells, :visual_options, :sort_configuration) SENSITIVE = [] include Aws::Structure end | 
#sort_configuration ⇒ Types::PluginVisualSortConfiguration
The sort configuration of the plugin visual.
| 27905 27906 27907 27908 27909 27910 27911 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27905 class PluginVisualConfiguration < Struct.new( :field_wells, :visual_options, :sort_configuration) SENSITIVE = [] include Aws::Structure end | 
#visual_options ⇒ Types::PluginVisualOptions
The persisted properties of the plugin visual.
| 27905 27906 27907 27908 27909 27910 27911 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27905 class PluginVisualConfiguration < Struct.new( :field_wells, :visual_options, :sort_configuration) SENSITIVE = [] include Aws::Structure end |