Class: Aws::Transfer::Types::ListServersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When you can get additional results from the ‘ListServers` operation, a `NextToken` parameter is returned in the output. In a following command, you can pass in the `NextToken` parameter to continue listing additional servers.

Returns:

  • (String)


868
869
870
871
872
# File 'lib/aws-sdk-transfer/types.rb', line 868

class ListServersResponse < Struct.new(
  :next_token,
  :servers)
  include Aws::Structure
end

#serversArray<Types::ListedServer>

An array of servers that were listed.

Returns:



868
869
870
871
872
# File 'lib/aws-sdk-transfer/types.rb', line 868

class ListServersResponse < Struct.new(
  :next_token,
  :servers)
  include Aws::Structure
end