Class: Aws::CloudFront::Types::ListPublicKeysResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#public_key_listTypes::PublicKeyList

Returns a list of all public keys that have been added to CloudFront for this account.



5889
5890
5891
5892
# File 'lib/aws-sdk-cloudfront/types.rb', line 5889

class ListPublicKeysResult < Struct.new(
  :public_key_list)
  include Aws::Structure
end