AWSEC2GetConsoleScreenshotResult
Objective-C
@interface AWSEC2GetConsoleScreenshotResult
Swift
class AWSEC2GetConsoleScreenshotResult
-
The data that comprises the image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageData;
Swift
var imageData: String? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }