AWSIoTCreateProvisioningClaimRequest

Objective-C

@interface AWSIoTCreateProvisioningClaimRequest

Swift

class AWSIoTCreateProvisioningClaimRequest
  • The name of the provisioning template to use.

    Declaration

    Objective-C

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

    Swift

    var templateName: String? { get set }