You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::PublicKeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeySummary
- Defined in:
- (unknown)
Overview
Contains information about a public key.
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment to describe the public key.
-
#created_time ⇒ Time
The date and time when the public key was uploaded.
-
#encoded_key ⇒ String
The public key.
-
#id ⇒ String
The identifier of the public key.
-
#name ⇒ String
A name to help identify the public key.
Instance Attribute Details
#comment ⇒ String
A comment to describe the public key.
#created_time ⇒ Time
The date and time when the public key was uploaded.
#encoded_key ⇒ String
The public key.
#id ⇒ String
The identifier of the public key.
#name ⇒ String
A name to help identify the public key.