Class: Aws::IoTJobsDataPlane::Types::DescribeJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_numberInteger

Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.

Returns:

  • (Integer)


108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108

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

#include_job_documentBoolean

Optional. Unless set to false, the response contains the job document. The default is true.

Returns:

  • (Boolean)


108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108

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

#job_idString

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

Returns:

  • (String)


108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108

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

#thing_nameString

The thing name associated with the device the job execution is running on.

Returns:

  • (String)


108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108

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