AWSIoTAuthorizerSummary

Objective-C

@interface AWSIoTAuthorizerSummary

Swift

class AWSIoTAuthorizerSummary

The authorizer summary.

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