Class: Aws::Route53::Types::GetGeoLocationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

Instance Attribute Details

#geo_location_detailsTypes::GeoLocationDetails

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.



2713
2714
2715
2716
2717
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2713

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