class Aws::WorkSpaces::Types::ListAvailableManagementCidrRangesRequest
@note When making an API call, you may pass ListAvailableManagementCidrRangesRequest
data as a hash: { management_cidr_range_constraint: "ManagementCidrRangeConstraint", # required max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] management_cidr_range_constraint
The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). @return [String]
@!attribute [rw] max_results
The maximum number of items to return. @return [Integer]
@!attribute [rw] next_token
If you received a `NextToken` from a previous call that was paginated, provide this token to receive the next set of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ListAvailableManagementCidrRangesRequest AWS API Documentation
Constants
- SENSITIVE