AWSEC2PtrUpdateStatus
Objective-C
@interface AWSEC2PtrUpdateStatus
Swift
class AWSEC2PtrUpdateStatus
The status of an updated pointer (PTR) record for an Elastic IP address.
-
The reason for the PTR record update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable reason;Swift
var reason: String? { get set } -
The status of the PTR record update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable status;Swift
var status: String? { get set } -
The value for the PTR record update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;Swift
var value: String? { get set }
View on GitHub
Install in Dash
AWSEC2PtrUpdateStatus Class Reference