Class: Aws::MigrationHubStrategyRecommendations::Types::GetServerDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetServerDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_applications ⇒ Array<Types::AssociatedApplication>
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
-
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
-
#server_detail ⇒ Types::ServerDetail
Detailed information about the server.
Instance Attribute Details
#associated_applications ⇒ Array<Types::AssociatedApplication>
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1101 class GetServerDetailsResponse < Struct.new( :associated_applications, :next_token, :server_detail) 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.
1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1101 class GetServerDetailsResponse < Struct.new( :associated_applications, :next_token, :server_detail) SENSITIVE = [] include Aws::Structure end |
#server_detail ⇒ Types::ServerDetail
Detailed information about the server.
1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1101 class GetServerDetailsResponse < Struct.new( :associated_applications, :next_token, :server_detail) SENSITIVE = [] include Aws::Structure end |