AWSEC2ImageRecycleBinInfo
Objective-C
@interface AWSEC2ImageRecycleBinInfo
Swift
class AWSEC2ImageRecycleBinInfo
Information about an AMI that is currently in the Recycle Bin.
-
The description of the AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The ID of the AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageId;
Swift
var imageId: String? { get set }
-
The name of the AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The date and time when the AMI entered the Recycle Bin.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable recycleBinEnterTime;
Swift
var recycleBinEnterTime: Date? { get set }
-
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable recycleBinExitTime;
Swift
var recycleBinExitTime: Date? { get set }