ListAvailableManagementCidrRangesRequest

public struct ListAvailableManagementCidrRangesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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).

    Declaration

    Swift

    public let managementCidrRangeConstraint: String
  • The maximum number of items to return.

    Declaration

    Swift

    public let maxResults: Int?
  • If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(managementCidrRangeConstraint: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws