AWSIoTListCertificatesByCARequest

Objective-C

@interface AWSIoTListCertificatesByCARequest

Swift

class AWSIoTListCertificatesByCARequest

The input to the ListCertificatesByCA operation.

Required parameters: [caCertificateId]

  • Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable ascendingOrder;

    Swift

    var ascendingOrder: NSNumber? { get set }
  • The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

    Declaration

    Objective-C

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

    Swift

    var caCertificateId: String? { get set }
  • The marker for the next set of results.

    Declaration

    Objective-C

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

    Swift

    var marker: String? { get set }
  • The result page size.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable pageSize;

    Swift

    var pageSize: NSNumber? { get set }