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)


8310
8311
8312
8313
8314
# File 'lib/aws-sdk-lightsail/types.rb', line 8310

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