Class: Aws::Route53::Types::GetGeoLocationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetGeoLocationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains the response information for the specified geolocation code.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #geo_location_details  ⇒ Types::GeoLocationDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
 
Instance Attribute Details
#geo_location_details ⇒ Types::GeoLocationDetails
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
      2711 2712 2713 2714 2715  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2711 class GetGeoLocationResponse < Struct.new( :geo_location_details) SENSITIVE = [] include Aws::Structure end  |