Class: Aws::Route53::Types::ListCidrBlocksRequest

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 UUID of the CIDR collection.

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-route53/types.rb', line 4485

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

#location_nameString

The name of the CIDR collection location.

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-route53/types.rb', line 4485

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

#max_resultsString

Maximum number of results you want returned.

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-route53/types.rb', line 4485

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

Returns:

  • (String)


4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-route53/types.rb', line 4485

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