PutDedicatedIpInPoolRequest
public struct PutDedicatedIpInPoolRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.
Declaration
Swift
public let destinationPoolName: String
-
The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that’s associated with your AWS account.
Declaration
Swift
public let ip: String
-
Undocumented
Declaration
Swift
public init(destinationPoolName: String, ip: String)