Class: Aws::Types::SSHPublicKeyMetadata

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ssh_public_key_id::String

Returns the value of attribute ssh_public_key_id.



2037
2038
2039
# File 'sig/types.rbs', line 2037

def ssh_public_key_id
  @ssh_public_key_id
end

#status"Active", ...

Returns the value of attribute status.



2038
2039
2040
# File 'sig/types.rbs', line 2038

def status
  @status
end

#upload_date::Time

Returns the value of attribute upload_date.



2039
2040
2041
# File 'sig/types.rbs', line 2039

def upload_date
  @upload_date
end

#user_name::String

Returns the value of attribute user_name.



2036
2037
2038
# File 'sig/types.rbs', line 2036

def user_name
  @user_name
end