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

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

#etagString

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

Returns:

  • (String)


15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15246

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

#field_level_encryptionTypes::FieldLevelEncryption

Return the results of updating the configuration.



15246
15247
15248
15249
15250
15251
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15246

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