Class: Aws::Types::TextArrayOptions

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:



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.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def default_value
  @default_value
end

#highlight_enabledBoolean

Returns the value of attribute highlight_enabled.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def highlight_enabled
  @highlight_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:



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.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def source_fields
  @source_fields
end