AWSIoTDescribeJobResponse

Objective-C

@interface AWSIoTDescribeJobResponse

Swift

class AWSIoTDescribeJobResponse
  • An S3 link to the job document.

    Declaration

    Objective-C

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

    Swift

    var documentSource: String? { get set }
  • job

    Information about the job.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTJob *_Nullable job;

    Swift

    var job: AWSIoTJob? { get set }