Class: Aws::Lightsail::Types::DownloadDefaultKeyPairResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the default key pair was created.

Returns:

  • (Time)


6119
6120
6121
6122
6123
6124
6125
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6119

class DownloadDefaultKeyPairResult < Struct.new(
  :public_key_base_64,
  :private_key_base_64,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#private_key_base_64String

A base64-encoded RSA private key.

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6119

class DownloadDefaultKeyPairResult < Struct.new(
  :public_key_base_64,
  :private_key_base_64,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#public_key_base_64String

A base64-encoded public key of the ssh-rsa type.

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6119

class DownloadDefaultKeyPairResult < Struct.new(
  :public_key_base_64,
  :private_key_base_64,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end