Class: Aws::Transfer::Types::ImportSshPublicKeyRequest

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

Returns:

  • (String)


3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3447

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

#ssh_public_key_bodyString

The public key portion of an SSH key pair.

Transfer Family accepts RSA, ECDSA, and ED25519 keys.

Returns:

  • (String)


3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3447

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

#user_nameString

The name of the Transfer Family user that is assigned to one or more servers.

Returns:

  • (String)


3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3447

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