Class: Aws::Types::LatLonOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def default_value
  @default_value
end

#facet_enabledBoolean

Returns the value of attribute facet_enabled.

Returns:

  • (Boolean)


420
421
422
# File 'sig/types.rbs', line 420

def facet_enabled
  @facet_enabled
end

#return_enabledBoolean

Returns the value of attribute return_enabled.

Returns:

  • (Boolean)


422
423
424
# File 'sig/types.rbs', line 422

def return_enabled
  @return_enabled
end

#search_enabledBoolean

Returns the value of attribute search_enabled.

Returns:

  • (Boolean)


421
422
423
# File 'sig/types.rbs', line 421

def search_enabled
  @search_enabled
end

#sort_enabledBoolean

Returns the value of attribute sort_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def source_field
  @source_field
end