Class: Aws::Types::TextOptions
- Inherits:
-
Object
- Object
- Aws::Types::TextOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_scheme ⇒ ::String
Returns the value of attribute analysis_scheme.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#highlight_enabled ⇒ Boolean
Returns the value of attribute highlight_enabled.
-
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
-
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
-
#source_field ⇒ ::String
Returns the value of attribute source_field.
Instance Attribute Details
#analysis_scheme ⇒ ::String
Returns the value of attribute analysis_scheme.
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.
515 516 517 |
# File 'sig/types.rbs', line 515 def default_value @default_value end |
#highlight_enabled ⇒ Boolean
Returns the value of attribute highlight_enabled.
519 520 521 |
# File 'sig/types.rbs', line 519 def highlight_enabled @highlight_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
517 518 519 |
# File 'sig/types.rbs', line 517 def return_enabled @return_enabled end |
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
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.
516 517 518 |
# File 'sig/types.rbs', line 516 def source_field @source_field end |