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

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


6956
6957
6958
6959
6960
6961
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6956

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.



6956
6957
6958
6959
6960
6961
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6956

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