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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#content_typeString

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

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1306

class ContentTypeProfile < Struct.new(
  :format,
  :profile_id,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

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

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1306

class ContentTypeProfile < Struct.new(
  :format,
  :profile_id,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

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

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1306

class ContentTypeProfile < Struct.new(
  :format,
  :profile_id,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end