GetConsoleOutputResult
public struct GetConsoleOutputResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the instance.
Declaration
Swift
public let instanceId: String?
-
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
Declaration
Swift
public let output: String?
-
The time at which the output was last updated.
Declaration
Swift
public let timestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(instanceId: String? = nil, output: String? = nil, timestamp: TimeStamp? = nil)