Class: Aws::Route53::Types::ListCidrBlocksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListCidrBlocksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_id ⇒ String
The UUID of the CIDR collection.
-
#location_name ⇒ String
The name of the CIDR collection location.
-
#max_results ⇒ String
Maximum number of results you want returned.
-
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
Instance Attribute Details
#collection_id ⇒ String
The UUID of the CIDR collection.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-route53/types.rb', line 4483 class ListCidrBlocksRequest < Struct.new( :collection_id, :location_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#location_name ⇒ String
The name of the CIDR collection location.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-route53/types.rb', line 4483 class ListCidrBlocksRequest < Struct.new( :collection_id, :location_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
Maximum number of results you want returned.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-route53/types.rb', line 4483 class ListCidrBlocksRequest < Struct.new( :collection_id, :location_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token to indicate where the service is to begin enumerating results.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-route53/types.rb', line 4483 class ListCidrBlocksRequest < Struct.new( :collection_id, :location_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |