class Aws::ImportExport::Types::CreateJobInput
Input structure for the CreateJob operation.
@note When making an API call, you may pass CreateJobInput
data as a hash: { job_type: "Import", # required, accepts Import, Export manifest: "Manifest", # required manifest_addendum: "ManifestAddendum", validate_only: false, # required api_version: "APIVersion", }
@!attribute [rw] job_type
Specifies whether the job to initiate is an import or export job. @return [String]
@!attribute [rw] manifest
The UTF-8 encoded text of the manifest file. @return [String]
@!attribute [rw] manifest_addendum
For internal use only. @return [String]
@!attribute [rw] validate_only
Validate the manifest and parameter values in the request but do not actually create a job. @return [Boolean]
@!attribute [rw] api_version
Specifies the version of the client tool. @return [String]
Constants
- SENSITIVE