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

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



3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3758

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



3758
3759
3760
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3758

def unknown
  @unknown
end