IpAddressRequest
public struct IpAddressRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IP address that you want to use for DNS queries.
Declaration
Swift
public let ip: String?
-
The ID of the subnet that contains the IP address.
Declaration
Swift
public let subnetId: String
-
Undocumented
Declaration
Swift
public init(ip: String? = nil, subnetId: String)
-
Declaration
Swift
public func validate(name: String) throws