Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileInUse

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4384
4385
4386
4387
4388
# File 'lib/aws-sdk-cloudfront/types.rb', line 4384

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