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.
      3795 3796 3797 3798 3799  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3795 class GetPlaceResponse < Struct.new( :place) SENSITIVE = [] include Aws::Structure end  |