ListAvailableManagementCidrRangesResult
public struct ListAvailableManagementCidrRangesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of available IP address ranges, specified as IPv4 CIDR blocks.
Declaration
Swift
public let managementCidrRanges: [String]?
-
The token to use to retrieve the next set of results, or null if no more results are available.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(managementCidrRanges: [String]? = nil, nextToken: String? = nil)