Class: Aws::MigrationHubStrategyRecommendations::Types::ListAnalyzableServersResponse

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

Overview

Represents output for ListAnalyzableServers operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzable_serversArray<Types::AnalyzableServerSummary>

The list of analyzable servers with summary information about each server.

Returns:



1331
1332
1333
1334
1335
1336
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1331

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

#next_tokenString

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

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1331

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