Class: Aws::Lightsail::Types::GetKeyPairRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetKeyPairRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_pair_name ⇒ String
The name of the key pair for which you are requesting information.
Instance Attribute Details
#key_pair_name ⇒ String
The name of the key pair for which you are requesting information.
8327 8328 8329 8330 8331 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8327 class GetKeyPairRequest < Struct.new( :key_pair_name) SENSITIVE = [] include Aws::Structure end |