CodeSource

public struct CodeSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • s3

    Information about the Amazon S3 location where the source code files provided with the project request are stored.

    Declaration

    Swift

    public let s3: S3Location
  • Undocumented

    Declaration

    Swift

    public init(s3: S3Location)
  • Declaration

    Swift

    public func validate(name: String) throws