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)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def marker
  @marker
end

#ssh_public_keys::Array[Types::SSHPublicKeyMetadata]

Returns the value of attribute ssh_public_keys.

Returns:



1499
1500
1501
# File 'sig/types.rbs', line 1499

def ssh_public_keys
  @ssh_public_keys
end