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]
687 |
# File 'sig/client.rbs', line 687
def host_keys: () -> ::Array[Types::ListedHostKey]
|
#next_token ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def next_token: () -> ::String
|
#server_id ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def server_id: () -> ::String
|