Class: Aws::Lightsail::Types::GetKeyPairResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetKeyPairResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_pair ⇒ Types::KeyPair
An array of key-value pairs containing information about the key pair.
Instance Attribute Details
#key_pair ⇒ Types::KeyPair
An array of key-value pairs containing information about the key pair.
8321 8322 8323 8324 8325 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8321 class GetKeyPairResult < Struct.new( :key_pair) SENSITIVE = [] include Aws::Structure end |