AWSIoTListCACertificatesResponse
Objective-C
@interface AWSIoTListCACertificatesResponse
Swift
class AWSIoTListCACertificatesResponse
The output from the ListCACertificates operation.
-
The CA certificates registered in your Amazon Web Services account.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTCACertificate *> *_Nullable certificates;
Swift
var certificates: [AWSIoTCACertificate]? { get set }
-
The current position within the list of CA certificates.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }