Class: Aws::Route53::Types::ListCidrCollectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListCidrCollectionsResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_collections ⇒ Array<Types::CollectionSummary>
A complex type with information about the CIDR collection.
-
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
Instance Attribute Details
#cidr_collections ⇒ Array<Types::CollectionSummary>
A complex type with information about the CIDR collection.
4447 4448 4449 4450 4451 4452 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4447 class ListCidrCollectionsResponse < Struct.new( :next_token, :cidr_collections) 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.
4447 4448 4449 4450 4451 4452 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4447 class ListCidrCollectionsResponse < Struct.new( :next_token, :cidr_collections) SENSITIVE = [] include Aws::Structure end |