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.
3276 3277 3278 3279 3280 |
# File 'lib/aws-sdk-batch/types.rb', line 3276 class DescribeServiceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |