AWSIoTProvisioningTemplateSummary

Objective-C

@interface AWSIoTProvisioningTemplateSummary

Swift

class AWSIoTProvisioningTemplateSummary

A summary of information about a provisioning template.

  • The date when the provisioning template summary was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The description of the 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 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 provisioning template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable templateArn;

    Swift

    var templateArn: String? { get set }
  • The name of the provisioning template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable templateName;

    Swift

    var templateName: String? { get set }
  • The type you define in a provisioning template. You can create a template with only one type. You can’t change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTTemplateType types;

    Swift

    var types: AWSIoTTemplateType { get set }