Class: Aws::CloudFront::Types::ContentTypeProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ContentTypeProfiles
- 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
-
#items ⇒ Array<Types::ContentTypeProfile>
Items in a field-level encryption content type-profile mapping.
-
#quantity ⇒ Integer
The number of field-level encryption content type-profile mappings.
Instance Attribute Details
#items ⇒ Array<Types::ContentTypeProfile>
Items in a field-level encryption content type-profile mapping.
1354 1355 1356 1357 1358 1359 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1354 class ContentTypeProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of field-level encryption content type-profile mappings.
1354 1355 1356 1357 1358 1359 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1354 class ContentTypeProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |