Source

public struct Source : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The taget processor architecture for the application.

    Declaration

    Swift

    public let architecture: Architecture?
  • A hash of the object specified by s3Bucket and s3Key.

    Declaration

    Swift

    public let etag: String?
  • The s3 bucket name.

    Declaration

    Swift

    public let s3Bucket: String?
  • The s3 object key.

    Declaration

    Swift

    public let s3Key: String?
  • Undocumented

    Declaration

    Swift

    public init(architecture: Architecture? = nil, etag: String? = nil, s3Bucket: String? = nil, s3Key: String? = nil)