Class: Aws::CloudFront::Types::DeleteFieldLevelEncryptionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteFieldLevelEncryptionConfigRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the configuration you want to delete from CloudFront.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the configuration identity to delete.
Instance Attribute Details
#id ⇒ String
The ID of the configuration you want to delete from CloudFront.
3396 3397 3398 3399 3400 3401 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3396 class DeleteFieldLevelEncryptionConfigRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
configuration identity to delete. For example: E2QWRUHAPOMQZL
.
3396 3397 3398 3399 3400 3401 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3396 class DeleteFieldLevelEncryptionConfigRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |