Class: Aws::LocationService::Types::GetPlaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetPlaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#place ⇒ Types::Place
Details about the result, such as its address and position.
Instance Attribute Details
#place ⇒ Types::Place
Details about the result, such as its address and position.
3793 3794 3795 3796 3797 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3793 class GetPlaceResponse < Struct.new( :place) SENSITIVE = [] include Aws::Structure end |