Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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
.
13183 13184 13185 13186 13187 13188 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13183 class UpdateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption ⇒ Types::FieldLevelEncryption
Return the results of updating the configuration.
13183 13184 13185 13186 13187 13188 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13183 class UpdateFieldLevelEncryptionConfigResult < Struct.new( :field_level_encryption, :etag) SENSITIVE = [] include Aws::Structure end |