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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


8328
8329
8330
8331
8332
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8328

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