Class: Aws::CloudFront::Types::ListFieldLevelEncryptionProfilesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListFieldLevelEncryptionProfilesResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_level_encryption_profile_list ⇒ Types::FieldLevelEncryptionProfileList
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
Instance Attribute Details
#field_level_encryption_profile_list ⇒ Types::FieldLevelEncryptionProfileList
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7895 class ListFieldLevelEncryptionProfilesResult < Struct.new( :field_level_encryption_profile_list) SENSITIVE = [] include Aws::Structure end |