Class: Aws::MainframeModernization::Types::StartBatchJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::StartBatchJobRequest
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application associated with this batch job.
-
#auth_secrets_manager_arn ⇒ String
The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for Start Batch Job execution operation.
-
#batch_job_identifier ⇒ Types::BatchJobIdentifier
The unique identifier of the batch job.
-
#job_params ⇒ Hash<String,String>
The collection of batch job parameters.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application associated with this 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 |
#auth_secrets_manager_arn ⇒ String
The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for Start Batch Job execution operation.
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_identifier ⇒ Types::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_params ⇒ Hash<String,String>
The collection of batch job parameters. For details about limits for keys and values, see Coding variables in JCL.
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 |