Class: Aws::Types::GetSSHPublicKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encoding"SSH", "PEM"

Returns the value of attribute encoding.

Returns:

  • ("SSH", "PEM")


913
914
915
# File 'sig/types.rbs', line 913

def encoding
  @encoding
end

#ssh_public_key_id::String

Returns the value of attribute ssh_public_key_id.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def ssh_public_key_id
  @ssh_public_key_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def user_name
  @user_name
end