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.

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)


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

#formatString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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