AWSIoTListAuthorizersResponse
Objective-C
@interface AWSIoTListAuthorizersResponse
                Swift
class AWSIoTListAuthorizersResponse
                - 
                  
                  
The authorizers.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTAuthorizerSummary *> *_Nullable authorizers;Swift
var authorizers: [AWSIoTAuthorizerSummary]? { get set } - 
                  
                  
A marker used to get the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;Swift
var nextMarker: String? { get set } 
View on GitHub
Install in Dash
        AWSIoTListAuthorizersResponse Class Reference