ToolchainSource

public struct ToolchainSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • s3

    The Amazon S3 bucket where the toolchain template file provided with the project request is stored.

    Declaration

    Swift

    public let s3: S3Location
  • Undocumented

    Declaration

    Swift

    public init(s3: S3Location)
  • Declaration

    Swift

    public func validate(name: String) throws