Class: Aws::Types::DoubleArrayOptions

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:



329
330
331
# File 'sig/types.rbs', line 329

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def search_enabled
  @search_enabled
end

#source_fields::String

Returns the value of attribute source_fields.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def source_fields
  @source_fields
end