Class: Aws::CloudFront::Types::ListFieldLevelEncryptionConfigsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListFieldLevelEncryptionConfigsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_level_encryption_list ⇒ Types::FieldLevelEncryptionList
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
Instance Attribute Details
#field_level_encryption_list ⇒ Types::FieldLevelEncryptionList
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
7856 7857 7858 7859 7860 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7856 class ListFieldLevelEncryptionConfigsResult < Struct.new( :field_level_encryption_list) SENSITIVE = [] include Aws::Structure end |