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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Contains information about a returned public key.

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintString

The fingerprint of the public key.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1073

class PublicKey < Struct.new(
  :value,
  :validity_start_time,
  :validity_end_time,
  :fingerprint)
  include Aws::Structure
end

#validity_end_timeTime

The ending time of validity of the public key.

Returns:

  • (Time)


1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1073

class PublicKey < Struct.new(
  :value,
  :validity_start_time,
  :validity_end_time,
  :fingerprint)
  include Aws::Structure
end

#validity_start_timeTime

The starting time of validity of the public key.

Returns:

  • (Time)


1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1073

class PublicKey < Struct.new(
  :value,
  :validity_start_time,
  :validity_end_time,
  :fingerprint)
  include Aws::Structure
end

#valueString

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

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1073

class PublicKey < Struct.new(
  :value,
  :validity_start_time,
  :validity_end_time,
  :fingerprint)
  include Aws::Structure
end