Class: Aws::CloudFront::Types::FieldLevelEncryptionConfigInUse

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

Overview

The specified configuration for field-level encryption is in use.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3930
3931
3932
3933
# File 'lib/aws-sdk-cloudfront/types.rb', line 3930

class FieldLevelEncryptionConfigInUse < Struct.new(
  :message)
  include Aws::Structure
end