Class: Aws::Transfer::Types::DeleteSshPublicKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-transfer/types.rb', line 1450

class DeleteSshPublicKeyRequest < Struct.new(
  :server_id,
  :ssh_public_key_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#ssh_public_key_idString

A unique identifier used to reference your user’s specific SSH key.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-transfer/types.rb', line 1450

class DeleteSshPublicKeyRequest < Struct.new(
  :server_id,
  :ssh_public_key_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

A unique string that identifies a user whose public key is being deleted.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-transfer/types.rb', line 1450

class DeleteSshPublicKeyRequest < Struct.new(
  :server_id,
  :ssh_public_key_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end