Class: Aws::Types::PluginVisualConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_wells::Array[Types::PluginVisualFieldWell]

Returns the value of attribute field_wells.

Returns:



9216
9217
9218
# File 'sig/types.rbs', line 9216

def field_wells
  @field_wells
end

#sort_configurationTypes::PluginVisualSortConfiguration

Returns the value of attribute sort_configuration.



9218
9219
9220
# File 'sig/types.rbs', line 9218

def sort_configuration
  @sort_configuration
end

#visual_optionsTypes::PluginVisualOptions

Returns the value of attribute visual_options.



9217
9218
9219
# File 'sig/types.rbs', line 9217

def visual_options
  @visual_options
end