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
- Struct
- Aws::CloudTrail::Types::PublicKey
- Defined in:
- (unknown)
Overview
Contains information about a returned public key.
Instance Attribute Summary collapse
-
#fingerprint ⇒ String
The fingerprint of the public key.
-
#validity_end_time ⇒ Time
The ending time of validity of the public key.
-
#validity_start_time ⇒ Time
The starting time of validity of the public key.
-
#value ⇒ String
The DER encoded public key value in PKCS#1 format.
Instance Attribute Details
#fingerprint ⇒ String
The fingerprint of the public key.
#validity_end_time ⇒ Time
The ending time of validity of the public key.
#validity_start_time ⇒ Time
The starting time of validity of the public key.
#value ⇒ String
The DER encoded public key value in PKCS#1 format.