AWSIoTListAuthorizersRequest
Objective-C
@interface AWSIoTListAuthorizersRequest
Swift
class AWSIoTListAuthorizersRequest
-
Return the list of authorizers in ascending alphabetical order.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ascendingOrder;Swift
var ascendingOrder: NSNumber? { get set } -
A marker used to get the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable marker;Swift
var marker: String? { get set } -
The maximum number of results to return at one time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable pageSize;Swift
var pageSize: NSNumber? { get set } -
The status of the list authorizers request.
Declaration
Objective-C
@property (nonatomic) AWSIoTAuthorizerStatus status;Swift
var status: AWSIoTAuthorizerStatus { get set }
View on GitHub
Install in Dash
AWSIoTListAuthorizersRequest Class Reference