Class: Aws::Lightsail::Types::GetKeyPairResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetKeyPairResult
- Includes:
- Structure
- Defined in:
- 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.
8340 8341 8342 8343 8344 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8340 class GetKeyPairResult < Struct.new( :key_pair) SENSITIVE = [] include Aws::Structure end |