Class: Aws::Route53::Types::ListCidrBlocksResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_blocksArray<Types::CidrBlockSummary>

A complex type that contains information about the CIDR blocks.

Returns:



4508
4509
4510
4511
4512
4513
# File 'lib/aws-sdk-route53/types.rb', line 4508

class ListCidrBlocksResponse < Struct.new(
  :next_token,
  :cidr_blocks)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4508
4509
4510
4511
4512
4513
# File 'lib/aws-sdk-route53/types.rb', line 4508

class ListCidrBlocksResponse < Struct.new(
  :next_token,
  :cidr_blocks)
  SENSITIVE = []
  include Aws::Structure
end