Class: Aws::Types::LatLonOptions
- Inherits:
-
Object
- Object
- Aws::Types::LatLonOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
-
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
-
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
-
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
-
#source_field ⇒ ::String
Returns the value of attribute source_field.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
418 419 420 |
# File 'sig/types.rbs', line 418 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
420 421 422 |
# File 'sig/types.rbs', line 420 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
422 423 424 |
# File 'sig/types.rbs', line 422 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
421 422 423 |
# File 'sig/types.rbs', line 421 def search_enabled @search_enabled end |
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
423 424 425 |
# File 'sig/types.rbs', line 423 def sort_enabled @sort_enabled end |
#source_field ⇒ ::String
Returns the value of attribute source_field.
419 420 421 |
# File 'sig/types.rbs', line 419 def source_field @source_field end |