Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_level_encryption_profile_configTypes::FieldLevelEncryptionProfileConfig

Request to update a field-level encryption profile.



12638
12639
12640
12641
12642
12643
12644
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12638

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

#idString

The ID of the field-level encryption profile request.

Returns:

  • (String)


12638
12639
12640
12641
12642
12643
12644
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12638

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

#if_matchString

The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


12638
12639
12640
12641
12642
12643
12644
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12638

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