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.
13133 13134 13135 13136 13137 13138 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13133 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.
13133 13134 13135 13136 13137 13138 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13133 class UpdateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) SENSITIVE = [] include Aws::Structure end |