Class: Aws::CloudFront::Types::ListFieldLevelEncryptionProfilesResult

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_profile_listTypes::FieldLevelEncryptionProfileList

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



5169
5170
5171
5172
# File 'lib/aws-sdk-cloudfront/types.rb', line 5169

class ListFieldLevelEncryptionProfilesResult < Struct.new(
  :field_level_encryption_profile_list)
  include Aws::Structure
end