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
- Struct
- Aws::CloudFront::Types::EncryptionEntities
- 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
-
#items ⇒ Array<Types::EncryptionEntity>
An array of field patterns in a field-level encryption content type-profile mapping.
-
#quantity ⇒ Integer
Number of field pattern items in a field-level encryption content type-profile mapping.
Instance Attribute Details
#items ⇒ Array<Types::EncryptionEntity>
An array of field patterns in a field-level encryption content type-profile mapping.
#quantity ⇒ Integer
Number of field pattern items in a field-level encryption content type-profile mapping.