Class: Aws::Types::TextArrayOptions
- Inherits:
-
Object
- Object
- Aws::Types::TextArrayOptions
- 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.
-
#source_fields ⇒ ::String
Returns the value of attribute source_fields.
Instance Attribute Details
#analysis_scheme ⇒ ::String
Returns the value of attribute analysis_scheme.
510 511 512 |
# File 'sig/types.rbs', line 510 def analysis_scheme @analysis_scheme end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
506 507 508 |
# File 'sig/types.rbs', line 506 def default_value @default_value end |
#highlight_enabled ⇒ Boolean
Returns the value of attribute highlight_enabled.
509 510 511 |
# File 'sig/types.rbs', line 509 def highlight_enabled @highlight_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
508 509 510 |
# File 'sig/types.rbs', line 508 def return_enabled @return_enabled end |
#source_fields ⇒ ::String
Returns the value of attribute source_fields.
507 508 509 |
# File 'sig/types.rbs', line 507 def source_fields @source_fields end |