AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeJobExecution operation. Gets details of a job execution.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoTJobsDataPlane.AmazonIoTJobsDataPlaneRequest
      Amazon.IoTJobsDataPlane.Model.DescribeJobExecutionRequest

Namespace: Amazon.IoTJobsDataPlane.Model
Assembly: AWSSDK.IoTJobsDataPlane.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeJobExecutionRequest : AmazonIoTJobsDataPlaneRequest
         IAmazonWebServiceRequest

The DescribeJobExecutionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExecutionNumber System.Int64

Gets and sets the property ExecutionNumber.

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

Public Property IncludeJobDocument System.Boolean

Gets and sets the property IncludeJobDocument.

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

Public Property JobId System.String

Gets and sets the property JobId.

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

Public Property ThingName System.String

Gets and sets the property ThingName.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5