EnvironmentImage
public struct EnvironmentImage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the Docker image.
Declaration
Swift
public let description: String?
-
The name of the Docker image.
Declaration
Swift
public let name: String?
-
A list of environment image versions.
Declaration
Swift
public let versions: [String]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String? = nil, versions: [String]? = nil)