Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigRequest

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_configTypes::FieldLevelEncryptionConfig

Request to update a field-level encryption configuration.



12597
12598
12599
12600
12601
12602
12603
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12597

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

#idString

The ID of the configuration you want to update.

Returns:

  • (String)


12597
12598
12599
12600
12601
12602
12603
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12597

class UpdateFieldLevelEncryptionConfigRequest < Struct.new(
  :field_level_encryption_config,
  :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 update. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


12597
12598
12599
12600
12601
12602
12603
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12597

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