Class: Aws::CloudFront::Types::DeleteFieldLevelEncryptionProfileRequest

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

Request the ID of the profile you want to delete from CloudFront.

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
# File 'lib/aws-sdk-cloudfront/types.rb', line 3090

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

#if_matchString

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

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
# File 'lib/aws-sdk-cloudfront/types.rb', line 3090

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