AWSIoTDescribeThingRegistrationTaskResponse

Objective-C

@interface AWSIoTDescribeThingRegistrationTaskResponse

Swift

class AWSIoTDescribeThingRegistrationTaskResponse
  • The task creation date.

    Declaration

    Objective-C

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

    Swift

    var creationDate: Date? { get set }
  • The number of things that failed to be provisioned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable failureCount;

    Swift

    var failureCount: NSNumber? { get set }
  • The S3 bucket that contains the input file.

    Declaration

    Objective-C

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

    Swift

    var inputFileBucket: String? { get set }
  • The input file key.

    Declaration

    Objective-C

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

    Swift

    var inputFileKey: String? { get set }
  • The date when the task was last modified.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedDate: Date? { get set }
  • The message.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }
  • The progress of the bulk provisioning task expressed as a percentage.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable percentageProgress;

    Swift

    var percentageProgress: NSNumber? { get set }
  • The role ARN that grants access to the input file bucket.

    Declaration

    Objective-C

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

    Swift

    var roleArn: String? { get set }
  • The status of the bulk thing provisioning task.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTStatus status;

    Swift

    var status: AWSIoTStatus { get set }
  • The number of things successfully provisioned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable successCount;

    Swift

    var successCount: NSNumber? { get set }
  • The task ID.

    Declaration

    Objective-C

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

    Swift

    var taskId: String? { get set }
  • The task’s template.

    Declaration

    Objective-C

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

    Swift

    var templateBody: String? { get set }