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.
9216 9217 9218 |
# File 'sig/types.rbs', line 9216 def field_wells @field_wells end |
#sort_configuration ⇒ Types::PluginVisualSortConfiguration
Returns the value of attribute sort_configuration.
9218 9219 9220 |
# File 'sig/types.rbs', line 9218 def sort_configuration @sort_configuration end |
#visual_options ⇒ Types::PluginVisualOptions
Returns the value of attribute visual_options.
9217 9218 9219 |
# File 'sig/types.rbs', line 9217 def @visual_options end |