Class: Aws::S3Control::Types::JobManifestGenerator

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

Overview

Note:

JobManifestGenerator is a union - when making an API calls you must set exactly one of the members.

Note:

JobManifestGenerator is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of JobManifestGenerator corresponding to the set member.

Configures the type of the job’s ManifestGenerator.

Direct Known Subclasses

S3JobManifestGenerator, Unknown

Defined Under Namespace

Classes: S3JobManifestGenerator, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_job_manifest_generatorTypes::S3JobManifestGenerator

The S3 job ManifestGenerator’s configuration details.



3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'lib/aws-sdk-s3control/types.rb', line 3903

class JobManifestGenerator < Struct.new(
  :s3_job_manifest_generator,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class S3JobManifestGenerator < JobManifestGenerator; end
  class Unknown < JobManifestGenerator; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



3903
3904
3905
# File 'lib/aws-sdk-s3control/types.rb', line 3903

def unknown
  @unknown
end