Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionProfileInUse
- 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
#message ⇒ String
4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4694 class FieldLevelEncryptionProfileInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |