Class: Aws::Types::TextOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_scheme::String

Returns the value of attribute analysis_scheme.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def analysis_scheme
  @analysis_scheme
end

#default_value::String

Returns the value of attribute default_value.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def default_value
  @default_value
end

#highlight_enabledBoolean

Returns the value of attribute highlight_enabled.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def highlight_enabled
  @highlight_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def return_enabled
  @return_enabled
end

#sort_enabledBoolean

Returns the value of attribute sort_enabled.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def sort_enabled
  @sort_enabled
end

#source_field::String

Returns the value of attribute source_field.

Returns:



516
517
518
# File 'sig/types.rbs', line 516

def source_field
  @source_field
end