AWSIoTJobTemplateSummary
Objective-C
@interface AWSIoTJobTemplateSummary
Swift
class AWSIoTJobTemplateSummary
An object that contains information about the job template.
-
The time, in seconds since the epoch, when the job template was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdAt;Swift
var createdAt: Date? { get set } -
A description of the job template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The ARN of the job template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobTemplateArn;Swift
var jobTemplateArn: String? { get set } -
The unique identifier of the job template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobTemplateId;Swift
var jobTemplateId: String? { get set }
View on GitHub
Install in Dash
AWSIoTJobTemplateSummary Class Reference