Class: Aws::Route53::Types::ListCidrLocationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListCidrLocationsResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_locations ⇒ Array<Types::LocationSummary>
A complex type that contains information about the list of CIDR locations.
-
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
Instance Attribute Details
#cidr_locations ⇒ Array<Types::LocationSummary>
A complex type that contains information about the list of CIDR locations.
4599 4600 4601 4602 4603 4604 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4599 class ListCidrLocationsResponse < Struct.new( :next_token, :cidr_locations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
4599 4600 4601 4602 4603 4604 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4599 class ListCidrLocationsResponse < Struct.new( :next_token, :cidr_locations) SENSITIVE = [] include Aws::Structure end |