route53_list_cidr_blocks {paws.networking} | R Documentation |
Returns a paginated list of location objects and their CIDR blocks
Description
Returns a paginated list of location objects and their CIDR blocks.
See https://www.paws-r-sdk.com/docs/route53_list_cidr_blocks/ for full documentation.
Usage
route53_list_cidr_blocks(
CollectionId,
LocationName = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
CollectionId |
[required] The UUID of the CIDR collection. |
LocationName |
The name of the CIDR collection location. |
NextToken |
An opaque pagination token to indicate where the service is to begin enumerating results. |
MaxResults |
Maximum number of results you want returned. |
[Package paws.networking version 0.9.0 Index]