Class: Aws::CloudFront::Types::ListPublicKeysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListPublicKeysResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#public_key_list ⇒ Types::PublicKeyList
Returns a list of all public keys that have been added to CloudFront for this account.
Instance Attribute Details
#public_key_list ⇒ Types::PublicKeyList
Returns a list of all public keys that have been added to CloudFront for this account.
8158 8159 8160 8161 8162 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8158 class ListPublicKeysResult < Struct.new( :public_key_list) SENSITIVE = [] include Aws::Structure end |