Class: Aws::MigrationHubStrategyRecommendations::Types::ServerSummary

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

Overview

Object containing details about the servers imported by Application Discovery Service

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of servers.

Returns:

  • (Integer)


2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2039

class ServerSummary < Struct.new(
  :server_os_type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#server_os_typeString

Type of operating system for the servers.

Returns:

  • (String)


2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2039

class ServerSummary < Struct.new(
  :server_os_type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end