Class: Aws::CloudFront::Types::ContentTypeProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ContentTypeProfiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass ContentTypeProfiles data as a hash:
{
quantity: 1, # required
items: [
{
format: "URLEncoded", # required, accepts URLEncoded
profile_id: "string",
content_type: "string", # required
},
],
}
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.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1549 class ContentTypeProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of field-level encryption content type-profile mappings.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1549 class ContentTypeProfiles < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |