Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_level_encryption_profile_configTypes::FieldLevelEncryptionProfileConfig

The request to create a field-level encryption profile.



1955
1956
1957
1958
1959
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1955

class CreateFieldLevelEncryptionProfileRequest < Struct.new(
  :field_level_encryption_profile_config)
  SENSITIVE = []
  include Aws::Structure
end