AWSLocationDeleteKeyRequest
Objective-C
@interface AWSLocationDeleteKeyRequest
Swift
class AWSLocationDeleteKeyRequest
-
ForceDelete bypasses an API key’s expiry conditions and deletes the key. Set the parameter
trueto delete the key or tofalseto not preemptively delete the API key.Valid values:
true, orfalse.Required: No
This action is irreversible. Only use ForceDelete if you are certain the key is no longer in use.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable forceDelete;Swift
var forceDelete: NSNumber? { get set } -
The name of the API key to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyName;Swift
var keyName: String? { get set }
View on GitHub
Install in Dash
AWSLocationDeleteKeyRequest Class Reference