Module: Aws::IAM::Client::_ListSSHPublicKeysResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSSHPublicKeysResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#is_truncated ⇒ Boolean
1414 |
# File 'sig/client.rbs', line 1414 def is_truncated: () -> bool |
#marker ⇒ ::String
1415 |
# File 'sig/client.rbs', line 1415 def marker: () -> ::String |
#ssh_public_keys ⇒ ::Array[Types::SSHPublicKeyMetadata]
1413 |
# File 'sig/client.rbs', line 1413 def ssh_public_keys: () -> ::Array[Types::SSHPublicKeyMetadata] |