Class: Aws::Types::DeleteSshPublicKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def server_id
  @server_id
end

#ssh_public_key_id::String

Returns the value of attribute ssh_public_key_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def ssh_public_key_id
  @ssh_public_key_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def user_name
  @user_name
end