Class: Aws::Types::IndexField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_array_optionsTypes::DateArrayOptions

Returns the value of attribute date_array_options.



382
383
384
# File 'sig/types.rbs', line 382

def date_array_options
  @date_array_options
end

#date_optionsTypes::DateOptions

Returns the value of attribute date_options.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def date_options
  @date_options
end

#double_array_optionsTypes::DoubleArrayOptions

Returns the value of attribute double_array_options.



379
380
381
# File 'sig/types.rbs', line 379

def double_array_options
  @double_array_options
end

#double_optionsTypes::DoubleOptions

Returns the value of attribute double_options.



373
374
375
# File 'sig/types.rbs', line 373

def double_options
  @double_options
end

#index_field_name::String

Returns the value of attribute index_field_name.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def index_field_name
  @index_field_name
end

#index_field_type"int", ...

Returns the value of attribute index_field_type.

Returns:

  • ("int", "double", "literal", "text", "date", "latlon", "int-array", "double-array", "literal-array", "text-array", "date-array")


371
372
373
# File 'sig/types.rbs', line 371

def index_field_type
  @index_field_type
end

#int_array_optionsTypes::IntArrayOptions

Returns the value of attribute int_array_options.



378
379
380
# File 'sig/types.rbs', line 378

def int_array_options
  @int_array_options
end

#int_optionsTypes::IntOptions

Returns the value of attribute int_options.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def int_options
  @int_options
end

#lat_lon_optionsTypes::LatLonOptions

Returns the value of attribute lat_lon_options.



377
378
379
# File 'sig/types.rbs', line 377

def lat_lon_options
  @lat_lon_options
end

#literal_array_optionsTypes::LiteralArrayOptions

Returns the value of attribute literal_array_options.



380
381
382
# File 'sig/types.rbs', line 380

def literal_array_options
  @literal_array_options
end

#literal_optionsTypes::LiteralOptions

Returns the value of attribute literal_options.



374
375
376
# File 'sig/types.rbs', line 374

def literal_options
  @literal_options
end

#text_array_optionsTypes::TextArrayOptions

Returns the value of attribute text_array_options.



381
382
383
# File 'sig/types.rbs', line 381

def text_array_options
  @text_array_options
end

#text_optionsTypes::TextOptions

Returns the value of attribute text_options.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def text_options
  @text_options
end