PlatformProgrammingLanguage

public struct PlatformProgrammingLanguage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the programming language.

    Declaration

    Swift

    public let name: String?
  • The version of the programming language.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, version: String? = nil)