AWSEC2GetConsoleOutputResult
Objective-C
@interface AWSEC2GetConsoleOutputResult
Swift
class AWSEC2GetConsoleOutputResult
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;Swift
var instanceId: String? { get set } -
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable output;Swift
var output: String? { get set } -
The time at which the output was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable timestamp;Swift
var timestamp: Date? { get set }
View on GitHub
Install in Dash
AWSEC2GetConsoleOutputResult Class Reference