IPRange
public struct IPRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IP range in Classless Inter-Domain Routing (CIDR) notation.
Declaration
Swift
public let cidrip: String?
-
The status of the IP range, for example, “authorized”.
Declaration
Swift
public let status: String?
-
The list of tags for the IP range.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(cidrip: String? = nil, status: String? = nil, tags: [Tag]? = nil)