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
- Struct
- Aws::CloudFront::Types::ContentTypeProfile
- 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
-
#content_type ⇒ String
The content type for a field-level encryption content type-profile mapping.
-
#format ⇒ String
The format for a field-level encryption content type-profile mapping.
-
#profile_id ⇒ String
The profile ID for a field-level encryption content type-profile mapping.
Instance Attribute Details
#content_type ⇒ String
The content type for a field-level encryption content type-profile mapping.
#format ⇒ String
The format for a field-level encryption content type-profile mapping.
Possible values:
- URLEncoded
#profile_id ⇒ String
The profile ID for a field-level encryption content type-profile mapping.