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

#fingerprint ⇒ String

The fingerprint of the public key.

Returns:

  • (String) —

    The fingerprint of the public key.

#validity_end_time ⇒ Time

The ending time of validity of the public key.

Returns:

  • (Time) —

    The ending time of validity of the public key.

#validity_start_time ⇒ Time

The starting time of validity of the public key.

Returns:

  • (Time) —

    The starting time of validity of the public key.

#value ⇒ String

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

Returns:

  • (String) —

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