Class: Aws::Route53::Types::ListCidrBlocksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListCidrBlocksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_blocks ⇒ Array<Types::CidrBlockSummary>
A complex type that contains information about the CIDR blocks.
-
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
Instance Attribute Details
#cidr_blocks ⇒ Array<Types::CidrBlockSummary>
A complex type that contains information about the CIDR blocks.
4506 4507 4508 4509 4510 4511 |
# File 'lib/aws-sdk-route53/types.rb', line 4506 class ListCidrBlocksResponse < Struct.new( :next_token, :cidr_blocks) 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.
4506 4507 4508 4509 4510 4511 |
# File 'lib/aws-sdk-route53/types.rb', line 4506 class ListCidrBlocksResponse < Struct.new( :next_token, :cidr_blocks) SENSITIVE = [] include Aws::Structure end |