AWSIoTListCertificatesByCAResponse

Objective-C

@interface AWSIoTListCertificatesByCAResponse

Swift

class AWSIoTListCertificatesByCAResponse

The output of the ListCertificatesByCA operation.

  • The device certificates signed by the specified CA certificate.

    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 }