AWSIoTDescribeProvisioningTemplateResponse
Objective-C
@interface AWSIoTDescribeProvisioningTemplateResponse
Swift
class AWSIoTDescribeProvisioningTemplateResponse
-
The date when the fleet provisioning template was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The default fleet template version ID.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable defaultVersionId;
Swift
var defaultVersionId: NSNumber? { 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 provisioning 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 was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: Date? { get set }
-
Gets information about a pre-provisioned hook.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTProvisioningHook *_Nullable preProvisioningHook;
Swift
var preProvisioningHook: AWSIoTProvisioningHook? { get set }
-
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable provisioningRoleArn;
Swift
var provisioningRoleArn: String? { 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 JSON formatted contents of the fleet provisioning template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateBody;
Swift
var templateBody: 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 }