AWSIoTListCertificateProvidersRequest

Objective-C

@interface AWSIoTListCertificateProvidersRequest

Swift

class AWSIoTListCertificateProvidersRequest
  • Returns the list of certificate providers in ascending alphabetical order.

    Declaration

    Objective-C

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

    Swift

    var ascendingOrder: NSNumber? { get set }
  • The token for the next set of results, or null if there are no more results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }