Class: Aws::IoT::Types::DescribeJobExecutionRequest

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

#execution_numberInteger

A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.

Returns:

  • (Integer)


5679
5680
5681
5682
5683
5684
5685
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5679

class DescribeJobExecutionRequest < Struct.new(
  :job_id,
  :thing_name,
  :execution_number)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

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

Returns:

  • (String)


5679
5680
5681
5682
5683
5684
5685
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5679

class DescribeJobExecutionRequest < Struct.new(
  :job_id,
  :thing_name,
  :execution_number)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing on which the job execution is running.

Returns:

  • (String)


5679
5680
5681
5682
5683
5684
5685
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5679

class DescribeJobExecutionRequest < Struct.new(
  :job_id,
  :thing_name,
  :execution_number)
  SENSITIVE = []
  include Aws::Structure
end