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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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)


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