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.
13204 13205 13206 13207 13208 13209 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13204 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.
13204 13205 13206 13207 13208 13209 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13204 class UpdateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |