AWSIoTDescribeAuthorizerRequest

Objective-C

@interface AWSIoTDescribeAuthorizerRequest

Swift

class AWSIoTDescribeAuthorizerRequest
  • The name of the authorizer to describe.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable authorizerName;

    Swift

    var authorizerName: String? { get set }