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

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

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

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

Returns:

  • (String)


836
837
838
839
840
841
# File 'lib/aws-sdk-cloudfront/types.rb', line 836

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

#formatString

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

Returns:

  • (String)


836
837
838
839
840
841
# File 'lib/aws-sdk-cloudfront/types.rb', line 836

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

#profile_idString

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

Returns:

  • (String)


836
837
838
839
840
841
# File 'lib/aws-sdk-cloudfront/types.rb', line 836

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