Class: Aws::S3Control::Types::S3GeneratedManifestDescriptor

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

Overview

Describes the specified job’s generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the generated manifest.

Returns:

  • (String)


7133
7134
7135
7136
7137
7138
# File 'lib/aws-sdk-s3control/types.rb', line 7133

class S3GeneratedManifestDescriptor < Struct.new(
  :format,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::JobManifestLocation

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



7133
7134
7135
7136
7137
7138
# File 'lib/aws-sdk-s3control/types.rb', line 7133

class S3GeneratedManifestDescriptor < Struct.new(
  :format,
  :location)
  SENSITIVE = []
  include Aws::Structure
end