GetConsoleScreenshotResult
public struct GetConsoleScreenshotResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data that comprises the image.
Declaration
Swift
public let imageData: String?
-
The ID of the instance.
Declaration
Swift
public let instanceId: String?
-
Undocumented
Declaration
Swift
public init(imageData: String? = nil, instanceId: String? = nil)