Class: Aws::MainframeModernization::Types::StartBatchJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application associated with this batch job.

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
2907
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2901

class StartBatchJobRequest < Struct.new(
  :application_id,
  :batch_job_identifier,
  :job_params)
  SENSITIVE = []
  include Aws::Structure
end

#batch_job_identifierTypes::BatchJobIdentifier

The unique identifier of the batch job.



2901
2902
2903
2904
2905
2906
2907
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2901

class StartBatchJobRequest < Struct.new(
  :application_id,
  :batch_job_identifier,
  :job_params)
  SENSITIVE = []
  include Aws::Structure
end

#job_paramsHash<String,String>

The collection of batch job parameters. For details about limits for keys and values, see Coding variables in JCL.

Returns:

  • (Hash<String,String>)


2901
2902
2903
2904
2905
2906
2907
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2901

class StartBatchJobRequest < Struct.new(
  :application_id,
  :batch_job_identifier,
  :job_params)
  SENSITIVE = []
  include Aws::Structure
end