AWSEC2MovingAddressStatus
Objective-C
@interface AWSEC2MovingAddressStatus
Swift
class AWSEC2MovingAddressStatus
This action is deprecated.
Describes the status of a moving Elastic IP address.
-
The status of the Elastic IP address that’s being moved or restored.
Declaration
Objective-C
@property (nonatomic) AWSEC2MoveStatus moveStatus;
Swift
var moveStatus: AWSEC2MoveStatus { get set }
-
The Elastic IP address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicIp;
Swift
var publicIp: String? { get set }