Class: Aws::Batch::Types::DescribeServiceJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID for the service job to describe.

Returns:

  • (String)


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