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

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



2116
2117
2118
2119
2120
# File 'lib/aws-sdk-cloudfront/types.rb', line 2116

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