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.



5263
5264
5265
5266
# File 'lib/aws-sdk-cloudfront/types.rb', line 5263

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