Class: Aws::Transfer::Types::ListServersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the number of servers to return as a response to the ListServers query.

Returns:

  • (Integer)


3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3932

class ListServersRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When additional results are obtained from the ListServers command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional servers.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3932

class ListServersRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end