AWSIoTGetJobDocumentResponse

Objective-C

@interface AWSIoTGetJobDocumentResponse

Swift

class AWSIoTGetJobDocumentResponse
  • The job document content.

    Declaration

    Objective-C

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

    Swift

    var document: String? { get set }