Image
public struct Image : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let file: ImageFile?
-
The ID of an existing image. Specify this parameter to keep an existing image.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(file: ImageFile? = nil, id: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws