Class: Aws::CloudFront::Types::ListFieldLevelEncryptionConfigsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#field_level_encryption_listTypes::FieldLevelEncryptionList

Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.



5128
5129
5130
5131
# File 'lib/aws-sdk-cloudfront/types.rb', line 5128

class ListFieldLevelEncryptionConfigsResult < Struct.new(
  :field_level_encryption_list)
  include Aws::Structure
end