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.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3222 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.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3222 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.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3222 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.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3222 class StartBatchJobRequest < Struct.new( :application_id, :auth_secrets_manager_arn, :batch_job_identifier, :job_params) SENSITIVE = [] include Aws::Structure end |