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)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def ssh_public_key_body
  @ssh_public_key_body
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def user_name
  @user_name
end