Module: Aws::Transfer::Client::_ListHostKeysResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHostKeysResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#host_keys ⇒ ::Array[Types::ListedHostKey]
683 |
# File 'sig/client.rbs', line 683
def host_keys: () -> ::Array[Types::ListedHostKey]
|
#next_token ⇒ ::String
681 |
# File 'sig/client.rbs', line 681
def next_token: () -> ::String
|
#server_id ⇒ ::String
682 |
# File 'sig/client.rbs', line 682
def server_id: () -> ::String
|