Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionConfigRequest

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_configTypes::FieldLevelEncryptionConfig

The request to create a new field-level encryption configuration.



1919
1920
1921
1922
1923
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1919

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