Class: Aws::Types::PluginVisualConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PluginVisualConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_wells ⇒ ::Array[Types::PluginVisualFieldWell]
Returns the value of attribute field_wells.
-
#sort_configuration ⇒ Types::PluginVisualSortConfiguration
Returns the value of attribute sort_configuration.
-
#visual_options ⇒ Types::PluginVisualOptions
Returns the value of attribute visual_options.
Instance Attribute Details
#field_wells ⇒ ::Array[Types::PluginVisualFieldWell]
Returns the value of attribute field_wells.
8865 8866 8867 |
# File 'sig/types.rbs', line 8865 def field_wells @field_wells end |
#sort_configuration ⇒ Types::PluginVisualSortConfiguration
Returns the value of attribute sort_configuration.
8867 8868 8869 |
# File 'sig/types.rbs', line 8867 def sort_configuration @sort_configuration end |
#visual_options ⇒ Types::PluginVisualOptions
Returns the value of attribute visual_options.
8866 8867 8868 |
# File 'sig/types.rbs', line 8866 def @visual_options end |