Class: Aws::Types::SearchPlaceIndexForPositionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:position])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def data_source
  @data_source
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def max_results
  @max_results
end

#position::Array[::Float]

Returns the value of attribute position.

Returns:

  • (::Array[::Float])


1208
1209
1210
# File 'sig/types.rbs', line 1208

def position
  @position
end