AWSIoTCreateAuthorizerResponse
Objective-C
@interface AWSIoTCreateAuthorizerResponse
Swift
class AWSIoTCreateAuthorizerResponse
-
The authorizer ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable authorizerArn;
Swift
var authorizerArn: String? { get set }
-
The authorizer’s name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable authorizerName;
Swift
var authorizerName: String? { get set }