Class: Aws::Batch::Types::SubmitServiceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::SubmitServiceJobResponse
- Defined in:
- gems/aws-sdk-batch/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 service job.
-
#job_id ⇒ String
The unique identifier for the service job.
-
#job_name ⇒ String
The name of the service job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) for the service job.
8769 8770 8771 8772 8773 8774 8775 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8769 class SubmitServiceJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier for the service job.
8769 8770 8771 8772 8773 8774 8775 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8769 class SubmitServiceJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the service job.
8769 8770 8771 8772 8773 8774 8775 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8769 class SubmitServiceJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end |