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
nullif there are no more results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSIoTListCertificateProvidersResponse Class Reference