Class: Aws::Route53::Types::ListGeoLocationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListGeoLocationsResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type containing the response information for the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geo_location_details_list ⇒ Array<Types::GeoLocationDetails>
A complex type that contains one
GeoLocationDetails
element for each location that Amazon Route 53 supports for geolocation. -
#is_truncated ⇒ Boolean
A value that indicates whether more locations remain to be listed after the last location in this response.
-
#max_items ⇒ Integer
The value that you specified for
MaxItems
in the request. -
#next_continent_code ⇒ String
If
IsTruncated
istrue
, you can make a follow-up request to display more locations. -
#next_country_code ⇒ String
If
IsTruncated
istrue
, you can make a follow-up request to display more locations. -
#next_subdivision_code ⇒ String
If
IsTruncated
istrue
, you can make a follow-up request to display more locations.
Instance Attribute Details
#geo_location_details_list ⇒ Array<Types::GeoLocationDetails>
A complex type that contains one GeoLocationDetails
element for
each location that Amazon Route 53 supports for geolocation.
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4701 class ListGeoLocationsResponse < Struct.new( :geo_location_details_list, :is_truncated, :next_continent_code, :next_country_code, :next_subdivision_code, :max_items) SENSITIVE = [] include Aws::Structure end |
#is_truncated ⇒ Boolean
A value that indicates whether more locations remain to be listed
after the last location in this response. If so, the value of
IsTruncated
is true
. To get more values, submit another request
and include the values of NextContinentCode
, NextCountryCode
,
and NextSubdivisionCode
in the startcontinentcode
,
startcountrycode
, and startsubdivisioncode
, as applicable.
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4701 class ListGeoLocationsResponse < Struct.new( :geo_location_details_list, :is_truncated, :next_continent_code, :next_country_code, :next_subdivision_code, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The value that you specified for MaxItems
in the request.
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4701 class ListGeoLocationsResponse < Struct.new( :geo_location_details_list, :is_truncated, :next_continent_code, :next_country_code, :next_subdivision_code, :max_items) SENSITIVE = [] include Aws::Structure end |
#next_continent_code ⇒ String
If IsTruncated
is true
, you can make a follow-up request to
display more locations. Enter the value of NextContinentCode
in
the startcontinentcode
parameter in another ListGeoLocations
request.
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4701 class ListGeoLocationsResponse < Struct.new( :geo_location_details_list, :is_truncated, :next_continent_code, :next_country_code, :next_subdivision_code, :max_items) SENSITIVE = [] include Aws::Structure end |
#next_country_code ⇒ String
If IsTruncated
is true
, you can make a follow-up request to
display more locations. Enter the value of NextCountryCode
in the
startcountrycode
parameter in another ListGeoLocations
request.
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4701 class ListGeoLocationsResponse < Struct.new( :geo_location_details_list, :is_truncated, :next_continent_code, :next_country_code, :next_subdivision_code, :max_items) SENSITIVE = [] include Aws::Structure end |
#next_subdivision_code ⇒ String
If IsTruncated
is true
, you can make a follow-up request to
display more locations. Enter the value of NextSubdivisionCode
in
the startsubdivisioncode
parameter in another ListGeoLocations
request.
4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4701 class ListGeoLocationsResponse < Struct.new( :geo_location_details_list, :is_truncated, :next_continent_code, :next_country_code, :next_subdivision_code, :max_items) SENSITIVE = [] include Aws::Structure end |