Class: Aws::Types::DoubleOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Float

Returns the value of attribute default_value.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:



342
343
344
# File 'sig/types.rbs', line 342

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def search_enabled
  @search_enabled
end

#sort_enabledBoolean

Returns the value of attribute sort_enabled.

Returns:



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.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def source_field
  @source_field
end