JobManifestLocation

public struct JobManifestLocation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ETag for the specified manifest object.

    Declaration

    Swift

    public let eTag: String
  • The Amazon Resource Name (ARN) for a manifest object.

    Declaration

    Swift

    public let objectArn: String
  • The optional version ID to identify a specific version of the manifest object.

    Declaration

    Swift

    public let objectVersionId: String?
  • Undocumented

    Declaration

    Swift

    public init(eTag: String, objectArn: String, objectVersionId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws