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
show all
Defined in:
(unknown)

Overview

Contains information about a public key.

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment to describe the public key.

Returns:

  • (String)

    A comment to describe the public key.

#created_timeTime

The date and time when the public key was uploaded.

Returns:

  • (Time)

    The date and time when the public key was uploaded.

#encoded_keyString

The public key.

Returns:

  • (String)

    The public key.

#idString

The identifier of the public key.

Returns:

  • (String)

    The identifier of the public key.

#nameString

A name to help identify the public key.

Returns:

  • (String)

    A name to help identify the public key.