MoveAddressToVpcResult
public struct MoveAddressToVpcResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The allocation ID for the Elastic IP address.
Declaration
Swift
public let allocationId: String?
-
The status of the move of the IP address.
Declaration
Swift
public let status: Status?
-
Undocumented
Declaration
Swift
public init(allocationId: String? = nil, status: Status? = nil)