Class: Aws::Route53::Types::ListCidrCollectionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsString

The maximum number of CIDR collections to return in the response.

Returns:

  • (String)


4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4529

class ListCidrCollectionsRequest < Struct.new(
  :next_token,
  :max_results)
  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)


4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4529

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