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)


2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2923

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

#auth_secrets_manager_arnString

The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for Start Batch Job execution operation.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2923

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

#batch_job_identifierTypes::BatchJobIdentifier

The unique identifier of the batch job.



2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2923

class StartBatchJobRequest < Struct.new(
  :application_id,
  :auth_secrets_manager_arn,
  :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>)


2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2923

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