Class: Aws::IoT::Types::DescribeJobRequest

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

Overview

Note:

When making an API call, you may pass DescribeJobRequest data as a hash:

{
  job_id: "JobId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier you assigned to this job when it was created.

Returns:

  • (String)


4029
4030
4031
4032
# File 'lib/aws-sdk-iot/types.rb', line 4029

class DescribeJobRequest < Struct.new(
  :job_id)
  include Aws::Structure
end