AWSIoTDescribeAuthorizerResponse
Objective-C
@interface AWSIoTDescribeAuthorizerResponse
Swift
class AWSIoTDescribeAuthorizerResponse
-
The authorizer description.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTAuthorizerDescription *_Nullable authorizerDescription;
Swift
var authorizerDescription: AWSIoTAuthorizerDescription? { get set }