Class: Aws::MigrationHubStrategyRecommendations::Types::ListServersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token you use to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


1540
1541
1542
1543
1544
1545
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1540

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

#server_infosArray<Types::ServerDetail>

The list of servers with detailed information about each server.

Returns:



1540
1541
1542
1543
1544
1545
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1540

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