Class: Aws::MigrationHubStrategyRecommendations::Types::GetServerDetailsResponse

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

#associated_applicationsArray<Types::AssociatedApplication>

The associated application group the server belongs to, as defined in AWS Application Discovery Service.

Returns:



1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1101

class GetServerDetailsResponse < Struct.new(
  :associated_applications,
  :next_token,
  :server_detail)
  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)


1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1101

class GetServerDetailsResponse < Struct.new(
  :associated_applications,
  :next_token,
  :server_detail)
  SENSITIVE = []
  include Aws::Structure
end

#server_detailTypes::ServerDetail

Detailed information about the server.

Returns:



1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1101

class GetServerDetailsResponse < Struct.new(
  :associated_applications,
  :next_token,
  :server_detail)
  SENSITIVE = []
  include Aws::Structure
end