Class: Aws::Lightsail::Types::DeleteKeyPairRequest

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

#expected_fingerprintString

The RSA fingerprint of the Lightsail default key pair to delete.

<note markdown=“1”> The ‘expectedFingerprint` parameter is required only when specifying to delete a Lightsail default key pair.

</note>

Returns:

  • (String)


5205
5206
5207
5208
5209
5210
# File 'lib/aws-sdk-lightsail/types.rb', line 5205

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

#key_pair_nameString

The name of the key pair to delete.

Returns:

  • (String)


5205
5206
5207
5208
5209
5210
# File 'lib/aws-sdk-lightsail/types.rb', line 5205

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