You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::DeletePublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeletePublicKeyRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeletePublicKeyRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
id: "string", # required
if_match: "string",
}
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the public key you want to remove from CloudFront.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the public key identity to delete.
Instance Attribute Details
#id ⇒ String
The ID of the public key you want to remove from CloudFront.
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
public key identity to delete. For example: E2QWRUHAPOMQZL
.