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
1380 |
# File 'sig/client.rbs', line 1380
def is_truncated: () -> bool
|
#marker ⇒ ::String
1381 |
# File 'sig/client.rbs', line 1381
def marker: () -> ::String
|
#ssh_public_keys ⇒ ::Array[Types::SSHPublicKeyMetadata]
1379 |
# File 'sig/client.rbs', line 1379
def ssh_public_keys: () -> ::Array[Types::SSHPublicKeyMetadata]
|