AWSEC2ConfirmProductInstanceResult
Objective-C
@interface AWSEC2ConfirmProductInstanceResult
Swift
class AWSEC2ConfirmProductInstanceResult
-
The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returned;
Swift
var returned: NSNumber? { get set }