You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::ContentTypeProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ContentTypeProfiles
- Defined in:
- (unknown)
Overview
Note:
When passing ContentTypeProfiles as input to an Aws::Client method, you can use a vanilla Hash:
{
quantity: 1, # required
items: [
{
format: "URLEncoded", # required, accepts URLEncoded
profile_id: "string",
content_type: "string", # required
},
],
}
Field-level encryption content type-profile.
Returned by:
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.
#quantity ⇒ Integer
The number of field-level encryption content type-profile mappings.