Class: Aws::IoT::Types::GetJobDocumentRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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

Returns:

  • (String)


7389
7390
7391
7392
7393
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7389

class GetJobDocumentRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end