Class: Aws::MigrationHubStrategyRecommendations::Types::ListAnalyzableServersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ListAnalyzableServersResponse
- 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
-
#analyzable_servers ⇒ Array<Types::AnalyzableServerSummary>
The list of analyzable servers with summary information about each server.
-
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
Instance Attribute Details
#analyzable_servers ⇒ Array<Types::AnalyzableServerSummary>
The list of analyzable servers with summary information about each server.
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_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
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 |