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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



7392
7393
7394
7395
7396
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7392

class ListFieldLevelEncryptionProfilesResult < Struct.new(
  :field_level_encryption_profile_list)
  SENSITIVE = []
  include Aws::Structure
end