Class: Aws::Types::ImportSshPublicKeyRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#server_id::String

Returns the value of attribute server_id.



793
794
795
# File 'sig/types.rbs', line 793

def server_id
  @server_id
end

#ssh_public_key_body::String

Returns the value of attribute ssh_public_key_body.



794
795
796
# File 'sig/types.rbs', line 794

def ssh_public_key_body
  @ssh_public_key_body
end

#user_name::String

Returns the value of attribute user_name.



795
796
797
# File 'sig/types.rbs', line 795

def user_name
  @user_name
end