Class: Aws::Batch::Types::DescribeServiceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeServiceJobRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID for the service job to describe.
Instance Attribute Details
#job_id ⇒ String
The job ID for the service job to describe.
3195 3196 3197 3198 3199 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3195 class DescribeServiceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |