Class: Aws::Types::UploadSSHPublicKeyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ssh_public_key_body::String

Returns the value of attribute ssh_public_key_body.

Returns:

  • (::String)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def ssh_public_key_body
  @ssh_public_key_body
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def user_name
  @user_name
end