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

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

#expected_fingerprintString

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

The expectedFingerprint parameter is required only when specifying to delete a Lightsail default key pair.

Returns:

  • (String)


5205
5206
5207
5208
5209
5210
# File 'gems/aws-sdk-lightsail/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 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5205

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