Class: Aws::MigrationHubStrategyRecommendations::Types::ServerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ServerSummary
- Includes:
- Structure
- Defined in:
- 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
-
#count ⇒ Integer
Number of servers.
-
#server_os_type ⇒ String
Type of operating system for the servers.
Instance Attribute Details
#count ⇒ Integer
Number of servers.
2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2039 class ServerSummary < Struct.new( :server_os_type, :count) SENSITIVE = [] include Aws::Structure end |
#server_os_type ⇒ String
Type of operating system for the servers.
2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2039 class ServerSummary < Struct.new( :server_os_type, :count) SENSITIVE = [] include Aws::Structure end |