Class: Aws::Types::UpdateSSHPublicKeyRequest

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_id::String

Returns the value of attribute ssh_public_key_id.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def ssh_public_key_id
  @ssh_public_key_id
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive", "Expired")


2406
2407
2408
# File 'sig/types.rbs', line 2406

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def user_name
  @user_name
end