Class: Aws::Types::ListSSHPublicKeysResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def marker
  @marker
end

#ssh_public_keys::Array[Types::SSHPublicKeyMetadata]

Returns the value of attribute ssh_public_keys.

Returns:



1462
1463
1464
# File 'sig/types.rbs', line 1462

def ssh_public_keys
  @ssh_public_keys
end