class Aws::CloudFront::Types::ContentTypeProfiles

Field-level encryption content type-profile.

@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
        },
      ],
    }

@!attribute [rw] quantity

The number of field-level encryption content type-profile mappings.
@return [Integer]

@!attribute [rw] items

Items in a field-level encryption content type-profile mapping.
@return [Array<Types::ContentTypeProfile>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ContentTypeProfiles AWS API Documentation

Constants

SENSITIVE