AWSIoTDescribeJobRequest

Objective-C

@interface AWSIoTDescribeJobRequest

Swift

class AWSIoTDescribeJobRequest
  • 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 }