Class: Aws::CloudFront::Types::ContentTypeProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ContentTypeProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass ContentTypeProfile data as a hash:
{
format: "URLEncoded", # required, accepts URLEncoded
profile_id: "string",
content_type: "string", # required
}
A field-level encryption content type profile.
Constant Summary collapse
- SENSITIVE =
[]
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.
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1474 class ContentTypeProfile < Struct.new( :format, :profile_id, :content_type) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format for a field-level encryption content type-profile mapping.
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1474 class ContentTypeProfile < Struct.new( :format, :profile_id, :content_type) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The profile ID for a field-level encryption content type-profile mapping.
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1474 class ContentTypeProfile < Struct.new( :format, :profile_id, :content_type) SENSITIVE = [] include Aws::Structure end |