AWSEC2GetConsoleOutputResult
Objective-C
@interface AWSEC2GetConsoleOutputResultSwift
class AWSEC2GetConsoleOutputResult- 
                  
                  The ID of the instance. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable output;Swift var output: String? { get set }
- 
                  
                  The time at which the output was last updated. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable timestamp;Swift var timestamp: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2GetConsoleOutputResult Class Reference
        AWSEC2GetConsoleOutputResult Class Reference