Class: Aws::Lightsail::Types::GetKeyPairRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_pair_nameString

The name of the key pair for which you are requesting information.

Returns:

  • (String)


8477
8478
8479
8480
8481
# File 'lib/aws-sdk-lightsail/types.rb', line 8477

class GetKeyPairRequest < Struct.new(
  :key_pair_name)
  SENSITIVE = []
  include Aws::Structure
end