Class: Aws::Route53::Types::ListCidrCollectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListCidrCollectionsRequest
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ String
The maximum number of CIDR collections to return in the response.
-
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
Instance Attribute Details
#max_results ⇒ String
The maximum number of CIDR collections to return in the response.
4610 4611 4612 4613 4614 4615 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4610 class ListCidrCollectionsRequest < Struct.new( :next_token, :max_results) 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.
4610 4611 4612 4613 4614 4615 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4610 class ListCidrCollectionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |