Class: Aws::CloudFront::Types::ContentTypeProfiles

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Field-level encryption content type-profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ContentTypeProfile>

Items in a field-level encryption content type-profile mapping.

Returns:



1345
1346
1347
1348
1349
1350
# File 'lib/aws-sdk-cloudfront/types.rb', line 1345

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

#quantityInteger

The number of field-level encryption content type-profile mappings.

Returns:

  • (Integer)


1345
1346
1347
1348
1349
1350
# File 'lib/aws-sdk-cloudfront/types.rb', line 1345

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