AWSIoTListCertificateProvidersResponse

Objective-C

@interface AWSIoTListCertificateProvidersResponse

Swift

class AWSIoTListCertificateProvidersResponse
  • The list of certificate providers in your Amazon Web Services account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTCertificateProviderSummary *> *_Nullable certificateProviders;

    Swift

    var certificateProviders: [AWSIoTCertificateProviderSummary]? { 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 }