Method: Aws::Drs::Client#list_staging_accounts
- Defined in:
- lib/aws-sdk-drs/client.rb
#list_staging_accounts(params = {}) ⇒ Types::ListStagingAccountsResponse
Returns an array of staging accounts for existing extended source servers.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2128 2129 2130 2131 |
# File 'lib/aws-sdk-drs/client.rb', line 2128 def list_staging_accounts(params = {}, = {}) req = build_request(:list_staging_accounts, params) req.send_request() end |