AWSIoTSetDefaultAuthorizerResponse

Objective-C

@interface AWSIoTSetDefaultAuthorizerResponse

Swift

class AWSIoTSetDefaultAuthorizerResponse
  • The authorizer ARN.

    Declaration

    Objective-C

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

    Swift

    var authorizerArn: String? { get set }
  • The authorizer name.

    Declaration

    Objective-C

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

    Swift

    var authorizerName: String? { get set }