You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateFieldLevelEncryptionConfigRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateFieldLevelEncryptionConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
field_level_encryption_config: { # required
caller_reference: "string", # required
comment: "string",
query_arg_profile_config: {
forward_when_query_arg_profile_is_unknown: false, # required
query_arg_profiles: {
quantity: 1, # required
items: [
{
query_arg: "string", # required
profile_id: "string", # required
},
],
},
},
content_type_profile_config: {
forward_when_content_type_is_unknown: false, # required
content_type_profiles: {
quantity: 1, # required
items: [
{
format: "URLEncoded", # required, accepts URLEncoded
profile_id: "string",
content_type: "string", # required
},
],
},
},
},
id: "string", # required
if_match: "string",
}
Instance Attribute Summary collapse
-
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Request to update a field-level encryption configuration.
-
#id ⇒ String
The ID of the configuration you want to update.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the configuration identity to update.
Instance Attribute Details
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Request to update a field-level encryption configuration.
#id ⇒ String
The ID of the configuration you want to update.
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
configuration identity to update. For example: E2QWRUHAPOMQZL
.