AWSEC2CreateImageResult
Objective-C
@interface AWSEC2CreateImageResult
Swift
class AWSEC2CreateImageResult
-
The ID of the new AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageId;
Swift
var imageId: String? { get set }