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

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



1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1352

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

#quantityInteger

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

Returns:

  • (Integer)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1352

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