Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The value of the ‘ETag` header that you received when updating the configuration. For example: `E2QWRUHAPOMQZL`.

Returns:

  • (String)


7303
7304
7305
7306
7307
# File 'lib/aws-sdk-cloudfront/types.rb', line 7303

class UpdateFieldLevelEncryptionConfigResult < Struct.new(
  :field_level_encryption,
  :etag)
  include Aws::Structure
end

#field_level_encryptionTypes::FieldLevelEncryption

Return the results of updating the configuration.



7303
7304
7305
7306
7307
# File 'lib/aws-sdk-cloudfront/types.rb', line 7303

class UpdateFieldLevelEncryptionConfigResult < Struct.new(
  :field_level_encryption,
  :etag)
  include Aws::Structure
end