Class: Aws::LocationService::Types::GetPlaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#placeTypes::Place

Details about the result, such as its address and position.

Returns:



3582
3583
3584
3585
3586
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3582

class GetPlaceResponse < Struct.new(
  :place)
  SENSITIVE = []
  include Aws::Structure
end