AWSIoTDeleteAuthorizerRequest

Objective-C

@interface AWSIoTDeleteAuthorizerRequest

Swift

class AWSIoTDeleteAuthorizerRequest
  • The name of the authorizer to delete.

    Declaration

    Objective-C

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

    Swift

    var authorizerName: String? { get set }