AWSIoTCreateJobResponse

Objective-C

@interface AWSIoTCreateJobResponse

Swift

class AWSIoTCreateJobResponse
  • The job description.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The job ARN.

    Declaration

    Objective-C

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

    Swift

    var jobArn: String? { get set }
  • The unique identifier you assigned to this job.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }