You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::ContentTypeProfile

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ContentTypeProfile as input to an Aws::Client method, you can use a vanilla Hash:

{
  format: "URLEncoded", # required, accepts URLEncoded
  profile_id: "string",
  content_type: "string", # required
}

A field-level encryption content type profile.

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type for a field-level encryption content type-profile mapping.

Returns:

  • (String)

    The content type for a field-level encryption content type-profile mapping.

#formatString

The format for a field-level encryption content type-profile mapping.

Possible values:

  • URLEncoded

Returns:

  • (String)

    The format for a field-level encryption content type-profile mapping.

#profile_idString

The profile ID for a field-level encryption content type-profile mapping.

Returns:

  • (String)

    The profile ID for a field-level encryption content type-profile mapping.