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

Class: Aws::CloudFront::Types::EncryptionEntities

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

Overview

Note:

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

{
  quantity: 1, # required
  items: [
    {
      public_key_id: "string", # required
      provider_id: "string", # required
      field_patterns: { # required
        quantity: 1, # required
        items: ["string"],
      },
    },
  ],
}

Complex data type for field-level encryption profiles that includes all of the encryption entities.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::EncryptionEntity>

An array of field patterns in a field-level encryption content type-profile mapping.

Returns:

  • (Array<Types::EncryptionEntity>)

    An array of field patterns in a field-level encryption content type-profile mapping.

#quantityInteger

Number of field pattern items in a field-level encryption content type-profile mapping.

Returns:

  • (Integer)

    Number of field pattern items in a field-level encryption content type-profile mapping.