AWSIoTUpdateAuthorizerResponse

Objective-C

@interface AWSIoTUpdateAuthorizerResponse

Swift

class AWSIoTUpdateAuthorizerResponse
  • 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 }