Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
The value of the ‘ETag` header that you received when updating the configuration.
-
#field_level_encryption ⇒ Types::FieldLevelEncryption
Return the results of updating the configuration.
Instance Attribute Details
#etag ⇒ String
The value of the ‘ETag` header that you received when updating the configuration. For example: `E2QWRUHAPOMQZL`.
8461 8462 8463 8464 8465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8461 class UpdateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :etag) include Aws::Structure end |
#field_level_encryption ⇒ Types::FieldLevelEncryption
Return the results of updating the configuration.
8461 8462 8463 8464 8465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8461 class UpdateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :etag) include Aws::Structure end |