Class: Aws::QuickSight::Types::PluginVisualConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PluginVisualConfiguration
- Includes:
- Structure
- Defined in:
- 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.
26202 26203 26204 26205 26206 26207 26208 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26202 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.
26202 26203 26204 26205 26206 26207 26208 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26202 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.
26202 26203 26204 26205 26206 26207 26208 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26202 class PluginVisualConfiguration < Struct.new( :field_wells, :visual_options, :sort_configuration) SENSITIVE = [] include Aws::Structure end |