Class: Aws::CloudFront::Types::DeleteFieldLevelEncryptionConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the configuration you want to delete from CloudFront.

Returns:

  • (String)


3137
3138
3139
3140
3141
3142
# File 'lib/aws-sdk-cloudfront/types.rb', line 3137

class DeleteFieldLevelEncryptionConfigRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ‘ETag` header that you received when retrieving the configuration identity to delete. For example: `E2QWRUHAPOMQZL`.

Returns:

  • (String)


3137
3138
3139
3140
3141
3142
# File 'lib/aws-sdk-cloudfront/types.rb', line 3137

class DeleteFieldLevelEncryptionConfigRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end