Class: Aws::MigrationHubStrategyRecommendations::Types::ListServersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ListServersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
-
#server_infos ⇒ Array<Types::ServerDetail>
The list of servers with detailed information about each server.
Instance Attribute Details
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
1540 1541 1542 1543 1544 1545 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1540 class ListServersResponse < Struct.new( :next_token, :server_infos) SENSITIVE = [] include Aws::Structure end |
#server_infos ⇒ Array<Types::ServerDetail>
The list of servers with detailed information about each server.
1540 1541 1542 1543 1544 1545 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1540 class ListServersResponse < Struct.new( :next_token, :server_infos) SENSITIVE = [] include Aws::Structure end |