AWSIoTListCACertificatesRequest
Objective-C
@interface AWSIoTListCACertificatesRequest
Swift
class AWSIoTListCACertificatesRequest
Input for the ListCACertificates operation.
-
Determines the order of the results.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ascendingOrder;Swift
var ascendingOrder: NSNumber? { 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 } -
The name of the provisioning template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateName;Swift
var templateName: String? { get set }
View on GitHub
Install in Dash
AWSIoTListCACertificatesRequest Class Reference