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)


1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1460

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:



1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1460

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