Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Request to update a field-level encryption profile.
-
#id ⇒ String
The ID of the field-level encryption profile request.
-
#if_match ⇒ String
The value of the
ETagheader that you received when retrieving the profile identity to update.
Instance Attribute Details
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Request to update a field-level encryption profile.
16497 16498 16499 16500 16501 16502 16503 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16497 class UpdateFieldLevelEncryptionProfileRequest < Struct.new( :field_level_encryption_profile_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the field-level encryption profile request.
16497 16498 16499 16500 16501 16502 16503 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16497 class UpdateFieldLevelEncryptionProfileRequest < Struct.new( :field_level_encryption_profile_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ETag header that you received when retrieving the
profile identity to update. For example: E2QWRUHAPOMQZL.
16497 16498 16499 16500 16501 16502 16503 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16497 class UpdateFieldLevelEncryptionProfileRequest < Struct.new( :field_level_encryption_profile_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |