Class: Aws::Types::DoubleOptions
- Inherits:
-
Object
- Object
- Aws::Types::DoubleOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Float
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 ⇒ ::Float
Returns the value of attribute default_value.
338 339 340 |
# File 'sig/types.rbs', line 338 def default_value @default_value end |
#facet_enabled ⇒ Boolean
Returns the value of attribute facet_enabled.
340 341 342 |
# File 'sig/types.rbs', line 340 def facet_enabled @facet_enabled end |
#return_enabled ⇒ Boolean
Returns the value of attribute return_enabled.
342 343 344 |
# File 'sig/types.rbs', line 342 def return_enabled @return_enabled end |
#search_enabled ⇒ Boolean
Returns the value of attribute search_enabled.
341 342 343 |
# File 'sig/types.rbs', line 341 def search_enabled @search_enabled end |
#sort_enabled ⇒ Boolean
Returns the value of attribute sort_enabled.
343 344 345 |
# File 'sig/types.rbs', line 343 def sort_enabled @sort_enabled end |
#source_field ⇒ ::String
Returns the value of attribute source_field.
339 340 341 |
# File 'sig/types.rbs', line 339 def source_field @source_field end |