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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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:



4068
4069
4070
4071
4072
4073
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4068

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)


4068
4069
4070
4071
4072
4073
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4068

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