Class: Aws::S3Control::Types::JobManifestLocation

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Contains the information required to locate a manifest object. Manifests can’t be imported from directory buckets. For more information, see [Directory buckets].

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The ETag for the specified manifest object.

Returns:

  • (String)


3917
3918
3919
3920
3921
3922
3923
# File 'lib/aws-sdk-s3control/types.rb', line 3917

class JobManifestLocation < Struct.new(
  :object_arn,
  :object_version_id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#object_arnString

The Amazon Resource Name (ARN) for a manifest object.

When you’re using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see [ XML-related object key constraints] in the *Amazon S3 User Guide*.

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints

Returns:

  • (String)


3917
3918
3919
3920
3921
3922
3923
# File 'lib/aws-sdk-s3control/types.rb', line 3917

class JobManifestLocation < Struct.new(
  :object_arn,
  :object_version_id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#object_version_idString

The optional version ID to identify a specific version of the manifest object.

Returns:

  • (String)


3917
3918
3919
3920
3921
3922
3923
# File 'lib/aws-sdk-s3control/types.rb', line 3917

class JobManifestLocation < Struct.new(
  :object_arn,
  :object_version_id,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end