Class: Aws::ImportExport::Types::CreateJobInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-importexport/types.rb

Overview

Input structure for the CreateJob operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

Specifies the version of the client tool.

Returns:

  • (String)


109
110
111
112
113
114
115
116
117
# File 'lib/aws-sdk-importexport/types.rb', line 109

class CreateJobInput < Struct.new(
  :job_type,
  :manifest,
  :manifest_addendum,
  :validate_only,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

Specifies whether the job to initiate is an import or export job.

Returns:

  • (String)


109
110
111
112
113
114
115
116
117
# File 'lib/aws-sdk-importexport/types.rb', line 109

class CreateJobInput < Struct.new(
  :job_type,
  :manifest,
  :manifest_addendum,
  :validate_only,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#manifestString

The UTF-8 encoded text of the manifest file.

Returns:

  • (String)


109
110
111
112
113
114
115
116
117
# File 'lib/aws-sdk-importexport/types.rb', line 109

class CreateJobInput < Struct.new(
  :job_type,
  :manifest,
  :manifest_addendum,
  :validate_only,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_addendumString

For internal use only.

Returns:

  • (String)


109
110
111
112
113
114
115
116
117
# File 'lib/aws-sdk-importexport/types.rb', line 109

class CreateJobInput < Struct.new(
  :job_type,
  :manifest,
  :manifest_addendum,
  :validate_only,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end

#validate_onlyBoolean

Validate the manifest and parameter values in the request but do not actually create a job.

Returns:

  • (Boolean)


109
110
111
112
113
114
115
116
117
# File 'lib/aws-sdk-importexport/types.rb', line 109

class CreateJobInput < Struct.new(
  :job_type,
  :manifest,
  :manifest_addendum,
  :validate_only,
  :api_version)
  SENSITIVE = []
  include Aws::Structure
end