AWSIoTProvisioningTemplateSummary
Objective-C
@interface AWSIoTProvisioningTemplateSummary
Swift
class AWSIoTProvisioningTemplateSummary
A summary of information about a fleet provisioning template.
-
The date when the fleet provisioning template summary was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The description of the fleet provisioning template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
True if the fleet provision template is enabled, otherwise false.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }
-
The date when the fleet provisioning template summary was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: Date? { get set }
-
The ARN of the fleet provisioning template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateArn;
Swift
var templateArn: String? { get set }
-
The name of the fleet provisioning template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateName;
Swift
var templateName: String? { get set }