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.
This is the response object from the DescribeJobTemplate operation.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class DescribeJobTemplateResponse : AmazonWebServiceResponse
The DescribeJobTemplateResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeJobTemplateResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
AbortConfig | Amazon.IoT.Model.AbortConfig |
Gets and sets the property AbortConfig. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreatedAt | System.Nullable<System.DateTime> |
Gets and sets the property CreatedAt. The time, in seconds since the epoch, when the job template was created. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the job template. |
![]() |
DestinationPackageVersions | System.Collections.Generic.List<System.String> |
Gets and sets the property DestinationPackageVersions. The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see Package version lifecycle. Note:The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Document | System.String |
Gets and sets the property Document. The job document. |
![]() |
DocumentSource | System.String |
Gets and sets the property DocumentSource. An S3 link to the job document. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
JobExecutionsRetryConfig | Amazon.IoT.Model.JobExecutionsRetryConfig |
Gets and sets the property JobExecutionsRetryConfig. The configuration that determines how many retries are allowed for each failure type for a job. |
![]() |
JobExecutionsRolloutConfig | Amazon.IoT.Model.JobExecutionsRolloutConfig |
Gets and sets the property JobExecutionsRolloutConfig. |
![]() |
JobTemplateArn | System.String |
Gets and sets the property JobTemplateArn. The ARN of the job template. |
![]() |
JobTemplateId | System.String |
Gets and sets the property JobTemplateId. The unique identifier of the job template. |
![]() |
MaintenanceWindows | System.Collections.Generic.List<Amazon.IoT.Model.MaintenanceWindow> |
Gets and sets the property MaintenanceWindows. Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
PresignedUrlConfig | Amazon.IoT.Model.PresignedUrlConfig |
Gets and sets the property PresignedUrlConfig. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
TimeoutConfig | Amazon.IoT.Model.TimeoutConfig |
Gets and sets the property TimeoutConfig. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer