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
4698 4699 4700 4701 4702 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4698 class FieldLevelEncryptionProfileInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |