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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemsArray<Types::EncryptionEntity>

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

Returns:



3961
3962
3963
3964
3965
3966
# File 'lib/aws-sdk-cloudfront/types.rb', line 3961

class EncryptionEntities < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

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

Returns:

  • (Integer)


3961
3962
3963
3964
3965
3966
# File 'lib/aws-sdk-cloudfront/types.rb', line 3961

class EncryptionEntities < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end