You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::DeleteFieldLevelEncryptionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteFieldLevelEncryptionProfileRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteFieldLevelEncryptionProfileRequest 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
Request the ID of the profile you want to delete from CloudFront.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the profile to delete.
Instance Attribute Details
#id ⇒ String
Request the ID of the profile you want to delete from CloudFront.
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
profile to delete. For example: E2QWRUHAPOMQZL
.