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
show all
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

Instance Attribute Details

#itemsArray<Types::ContentTypeProfile>

Items in a field-level encryption content type-profile mapping.

Returns:

#quantityInteger

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

Returns:

  • (Integer)

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