You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::UpdateFieldLevelEncryptionProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateFieldLevelEncryptionProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  field_level_encryption_profile_config: { # required
    name: "string", # required
    caller_reference: "string", # required
    comment: "string",
    encryption_entities: { # required
      quantity: 1, # required
      items: [
        {
          public_key_id: "string", # required
          provider_id: "string", # required
          field_patterns: { # required
            quantity: 1, # required
            items: ["string"],
          },
        },
      ],
    },
  },
  id: "string", # required
  if_match: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#field_level_encryption_profile_configTypes::FieldLevelEncryptionProfileConfig

Request to update a field-level encryption profile.

Returns:

#idString

The ID of the field-level encryption profile request.

Returns:

  • (String)

    The ID of the field-level encryption profile request.

#if_matchString

The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)

    The value of the ETag header that you received when retrieving the profile identity to update.