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.
4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-route53/types.rb', line 4537 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.
4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-route53/types.rb', line 4537 class ListCidrBlocksResponse < Struct.new( :next_token, :cidr_blocks) SENSITIVE = [] include Aws::Structure end |