You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudTrail::Types::PublicKey

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a returned public key.

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintString

The fingerprint of the public key.

Returns:

  • (String)

    The fingerprint of the public key.

#validity_end_timeTime

The ending time of validity of the public key.

Returns:

  • (Time)

    The ending time of validity of the public key.

#validity_start_timeTime

The starting time of validity of the public key.

Returns:

  • (Time)

    The starting time of validity of the public key.

#valueString

The DER encoded public key value in PKCS#1 format.

Returns:

  • (String)

    The DER encoded public key value in PKCS#1 format.