AWSIoTListOutgoingCertificatesResponse

Objective-C

@interface AWSIoTListOutgoingCertificatesResponse

Swift

class AWSIoTListOutgoingCertificatesResponse

The output from the ListOutgoingCertificates operation.

  • The marker for the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextMarker: String? { get set }
  • The certificates that are being transferred but not yet accepted.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTOutgoingCertificate *> *_Nullable outgoingCertificates;

    Swift

    var outgoingCertificates: [AWSIoTOutgoingCertificate]? { get set }