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

#date_imported::Time

Returns the value of attribute date_imported.

Returns:

  • (::Time)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def date_imported
  @date_imported
end

#ssh_public_key_body::String

Returns the value of attribute ssh_public_key_body.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

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)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def ssh_public_key_id
  @ssh_public_key_id
end