Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
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.
8525 8526 8527 8528 8529 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8525 class UpdateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) include Aws::Structure end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Return the results of updating the profile.
8525 8526 8527 8528 8529 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8525 class UpdateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) include Aws::Structure end |