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)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def fingerprint
  @fingerprint
end

#ssh_public_key_body::String

Returns the value of attribute ssh_public_key_body.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

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)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def ssh_public_key_id
  @ssh_public_key_id
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


2030
2031
2032
# File 'sig/types.rbs', line 2030

def status
  @status
end

#upload_date::Time

Returns the value of attribute upload_date.

Returns:

  • (::Time)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def upload_date
  @upload_date
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def user_name
  @user_name
end