Class: Aws::CloudFront::Types::ContentTypeProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ContentTypeProfile
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
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.
1310 1311 1312 1313 1314 1315 1316 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1310 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.
1310 1311 1312 1313 1314 1315 1316 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1310 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.
1310 1311 1312 1313 1314 1315 1316 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1310 class ContentTypeProfile < Struct.new( :format, :profile_id, :content_type) SENSITIVE = [] include Aws::Structure end |