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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The ETag for the specified manifest object.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3867

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.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3867

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)


3867
3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3867

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