AWSIoTGetJobDocumentRequest

Objective-C

@interface AWSIoTGetJobDocumentRequest

Swift

class AWSIoTGetJobDocumentRequest
  • The unique identifier you assigned to this job when it was created.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }