Class: Aws::Types::SSHPublicKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprint::String

Returns the value of attribute fingerprint.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def fingerprint
  @fingerprint
end

#ssh_public_key_body::String

Returns the value of attribute ssh_public_key_body.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def ssh_public_key_body
  @ssh_public_key_body
end

#ssh_public_key_id::String

Returns the value of attribute ssh_public_key_id.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def ssh_public_key_id
  @ssh_public_key_id
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


1926
1927
1928
# File 'sig/types.rbs', line 1926

def status
  @status
end

#upload_date::Time

Returns the value of attribute upload_date.

Returns:

  • (::Time)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def upload_date
  @upload_date
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1922
1923
1924
# File 'sig/types.rbs', line 1922

def user_name
  @user_name
end