Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The result of the field-level encryption profile request.
-
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Return the results of updating the profile.
Instance Attribute Details
#etag ⇒ String
The result of the field-level encryption profile request.
12658 12659 12660 12661 12662 12663 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12658 class UpdateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Return the results of updating the profile.
12658 12659 12660 12661 12662 12663 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12658 class UpdateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |