Class: Aws::CloudFront::Types::FieldLevelEncryptionConfigInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionConfigInUse
- 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
#message ⇒ String
3924 3925 3926 3927 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3924 class FieldLevelEncryptionConfigInUse < Struct.new( :message) include Aws::Structure end |