Class: Aws::S3Control::Types::JobManifestGenerator
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobManifestGenerator
- 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
Defined Under Namespace
Classes: S3JobManifestGenerator, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_job_manifest_generator ⇒ Types::S3JobManifestGenerator
The S3 job ManifestGenerator’s configuration details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_job_manifest_generator ⇒ Types::S3JobManifestGenerator
The S3 job ManifestGenerator’s configuration details.
3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 |
# File 'lib/aws-sdk-s3control/types.rb', line 3814 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 |
#unknown ⇒ Object
Returns the value of attribute unknown
3814 3815 3816 |
# File 'lib/aws-sdk-s3control/types.rb', line 3814 def unknown @unknown end |