Class: Aws::CloudFront::Types::EncryptionEntities
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::EncryptionEntities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Complex data type for field-level encryption profiles that includes all of the encryption entities.
Constant Summary collapse
- SENSITIVE =
[]
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.
4076 4077 4078 4079 4080 4081 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4076 class EncryptionEntities < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
Number of field pattern items in a field-level encryption content type-profile mapping.
4076 4077 4078 4079 4080 4081 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4076 class EncryptionEntities < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |