AWSLocationDeleteKeyRequest

Objective-C

@interface AWSLocationDeleteKeyRequest

Swift

class AWSLocationDeleteKeyRequest
  • The name of the API key to delete.

    Declaration

    Objective-C

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

    Swift

    var keyName: String? { get set }