Class: Aws::Lightsail::Types::DownloadDefaultKeyPairResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DownloadDefaultKeyPairResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the default key pair was created.
-
#private_key_base_64 ⇒ String
A base64-encoded RSA private key.
-
#public_key_base_64 ⇒ String
A base64-encoded public key of the ‘ssh-rsa` type.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the default key pair was created.
6136 6137 6138 6139 6140 6141 6142 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6136 class DownloadDefaultKeyPairResult < Struct.new( :public_key_base_64, :private_key_base_64, :created_at) SENSITIVE = [] include Aws::Structure end |
#private_key_base_64 ⇒ String
A base64-encoded RSA private key.
6136 6137 6138 6139 6140 6141 6142 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6136 class DownloadDefaultKeyPairResult < Struct.new( :public_key_base_64, :private_key_base_64, :created_at) SENSITIVE = [] include Aws::Structure end |
#public_key_base_64 ⇒ String
A base64-encoded public key of the ‘ssh-rsa` type.
6136 6137 6138 6139 6140 6141 6142 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6136 class DownloadDefaultKeyPairResult < Struct.new( :public_key_base_64, :private_key_base_64, :created_at) SENSITIVE = [] include Aws::Structure end |