Class: Aws::Types::IndexField
- Inherits:
-
Object
- Object
- Aws::Types::IndexField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_array_options ⇒ Types::DateArrayOptions
Returns the value of attribute date_array_options.
-
#date_options ⇒ Types::DateOptions
Returns the value of attribute date_options.
-
#double_array_options ⇒ Types::DoubleArrayOptions
Returns the value of attribute double_array_options.
-
#double_options ⇒ Types::DoubleOptions
Returns the value of attribute double_options.
-
#index_field_name ⇒ ::String
Returns the value of attribute index_field_name.
-
#index_field_type ⇒ "int", ...
Returns the value of attribute index_field_type.
-
#int_array_options ⇒ Types::IntArrayOptions
Returns the value of attribute int_array_options.
-
#int_options ⇒ Types::IntOptions
Returns the value of attribute int_options.
-
#lat_lon_options ⇒ Types::LatLonOptions
Returns the value of attribute lat_lon_options.
-
#literal_array_options ⇒ Types::LiteralArrayOptions
Returns the value of attribute literal_array_options.
-
#literal_options ⇒ Types::LiteralOptions
Returns the value of attribute literal_options.
-
#text_array_options ⇒ Types::TextArrayOptions
Returns the value of attribute text_array_options.
-
#text_options ⇒ Types::TextOptions
Returns the value of attribute text_options.
Instance Attribute Details
#date_array_options ⇒ Types::DateArrayOptions
Returns the value of attribute date_array_options.
382 383 384 |
# File 'sig/types.rbs', line 382 def @date_array_options end |
#date_options ⇒ Types::DateOptions
Returns the value of attribute date_options.
376 377 378 |
# File 'sig/types.rbs', line 376 def @date_options end |
#double_array_options ⇒ Types::DoubleArrayOptions
Returns the value of attribute double_array_options.
379 380 381 |
# File 'sig/types.rbs', line 379 def @double_array_options end |
#double_options ⇒ Types::DoubleOptions
Returns the value of attribute double_options.
373 374 375 |
# File 'sig/types.rbs', line 373 def @double_options end |
#index_field_name ⇒ ::String
Returns the value of attribute index_field_name.
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.
371 372 373 |
# File 'sig/types.rbs', line 371 def index_field_type @index_field_type end |
#int_array_options ⇒ Types::IntArrayOptions
Returns the value of attribute int_array_options.
378 379 380 |
# File 'sig/types.rbs', line 378 def @int_array_options end |
#int_options ⇒ Types::IntOptions
Returns the value of attribute int_options.
372 373 374 |
# File 'sig/types.rbs', line 372 def @int_options end |
#lat_lon_options ⇒ Types::LatLonOptions
Returns the value of attribute lat_lon_options.
377 378 379 |
# File 'sig/types.rbs', line 377 def @lat_lon_options end |
#literal_array_options ⇒ Types::LiteralArrayOptions
Returns the value of attribute literal_array_options.
380 381 382 |
# File 'sig/types.rbs', line 380 def @literal_array_options end |
#literal_options ⇒ Types::LiteralOptions
Returns the value of attribute literal_options.
374 375 376 |
# File 'sig/types.rbs', line 374 def @literal_options end |
#text_array_options ⇒ Types::TextArrayOptions
Returns the value of attribute text_array_options.
381 382 383 |
# File 'sig/types.rbs', line 381 def @text_array_options end |
#text_options ⇒ Types::TextOptions
Returns the value of attribute text_options.
375 376 377 |
# File 'sig/types.rbs', line 375 def @text_options end |