S3Location

public struct S3Location : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon S3 object key where the source code files provided with the project request are stored.

    Declaration

    Swift

    public let bucketKey: String?
  • The Amazon S3 bucket name where the source code files provided with the project request are stored.

    Declaration

    Swift

    public let bucketName: String?
  • Undocumented

    Declaration

    Swift

    public init(bucketKey: String? = nil, bucketName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws