GetImageResponse
public struct GetImageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The image object.
Declaration
Swift
public let image: Image? -
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String? -
Undocumented
Declaration
Swift
public init(image: Image? = nil, requestId: String? = nil)
View on GitHub
GetImageResponse Structure Reference