Class: Aws::Batch::Types::SubmitJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::SubmitJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) for the job.
-
#job_id ⇒ String
The unique identifier for the job.
-
#job_name ⇒ String
The name of the job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) for the job.
7347 7348 7349 7350 7351 7352 7353 |
# File 'lib/aws-sdk-batch/types.rb', line 7347 class SubmitJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier for the job.
7347 7348 7349 7350 7351 7352 7353 |
# File 'lib/aws-sdk-batch/types.rb', line 7347 class SubmitJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the job.
7347 7348 7349 7350 7351 7352 7353 |
# File 'lib/aws-sdk-batch/types.rb', line 7347 class SubmitJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end |