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:



8865
8866
8867
# File 'sig/types.rbs', line 8865

def field_wells
  @field_wells
end

#sort_configurationTypes::PluginVisualSortConfiguration

Returns the value of attribute sort_configuration.



8867
8868
8869
# File 'sig/types.rbs', line 8867

def sort_configuration
  @sort_configuration
end

#visual_optionsTypes::PluginVisualOptions

Returns the value of attribute visual_options.



8866
8867
8868
# File 'sig/types.rbs', line 8866

def visual_options
  @visual_options
end