Class: Aws::Batch::Types::DescribeServiceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeServiceJobRequest
- Includes:
- Structure
- Defined in:
- 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.
3809 3810 3811 3812 3813 |
# File 'lib/aws-sdk-batch/types.rb', line 3809 class DescribeServiceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |