Class: Aws::Types::SearchPlaceIndexForPositionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def index_name
  @index_name
end

#key::String

Returns the value of attribute key.

Returns:



1197
1198
1199
# File 'sig/types.rbs', line 1197

def key
  @key
end

#language::String

Returns the value of attribute language.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def max_results
  @max_results
end

#position::Array[::Float]

Returns the value of attribute position.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def position
  @position
end