EnvironmentPlatform
public struct EnvironmentPlatform : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of programming languages that are available for the specified platform.
Declaration
Swift
public let languages: [EnvironmentLanguage]? -
The platform’s name.
Declaration
Swift
public let platform: PlatformType? -
Undocumented
Declaration
Swift
public init(languages: [EnvironmentLanguage]? = nil, platform: PlatformType? = nil)
View on GitHub
EnvironmentPlatform Structure Reference