Class: Aws::Route53::Types::ListCidrLocationsRequest

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

#collection_idString

The CIDR collection ID.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
# File 'lib/aws-sdk-route53/types.rb', line 4576

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

#max_resultsString

The maximum number of CIDR collection locations to return in the response.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
# File 'lib/aws-sdk-route53/types.rb', line 4576

class ListCidrLocationsRequest < Struct.new(
  :collection_id,
  :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)


4576
4577
4578
4579
4580
4581
4582
# File 'lib/aws-sdk-route53/types.rb', line 4576

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