AWSIoTListCertificatesResponse

Objective-C

@interface AWSIoTListCertificatesResponse

Swift

class AWSIoTListCertificatesResponse

The output of the ListCertificates operation.

  • The descriptions of the certificates.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTCertificate *> *_Nullable certificates;

    Swift

    var certificates: [AWSIoTCertificate]? { get set }
  • The marker for the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

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

    Swift

    var nextMarker: String? { get set }