EnvironmentLanguage
public struct EnvironmentLanguage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of Docker images that are related by the specified programming language.
Declaration
Swift
public let images: [EnvironmentImage]?
-
The programming language for the Docker images.
Declaration
Swift
public let language: LanguageType?
-
Undocumented
Declaration
Swift
public init(images: [EnvironmentImage]? = nil, language: LanguageType? = nil)