class Aws::ImportExport::Types::UpdateJobInput
Input structure for the UpateJob operation.
@note When making an API call, you may pass UpdateJobInput
data as a hash: { job_id: "JobId", # required manifest: "Manifest", # required job_type: "Import", # required, accepts Import, Export validate_only: false, # required api_version: "APIVersion", }
@!attribute [rw] job_id
A unique identifier which refers to a particular job. @return [String]
@!attribute [rw] manifest
The UTF-8 encoded text of the manifest file. @return [String]
@!attribute [rw] job_type
Specifies whether the job to initiate is an import or export job. @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