Class: Aws::MigrationHubStrategyRecommendations::Types::AnalyzableServerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::AnalyzableServerSummary
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Summary information about an analyzable server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ String
The host name of the analyzable server.
-
#ip_address ⇒ String
The ip address of the analyzable server.
-
#source ⇒ String
The data source of the analyzable server.
-
#vm_id ⇒ String
The virtual machine id of the analyzable server.
Instance Attribute Details
#hostname ⇒ String
The host name of the analyzable server.
74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74 class AnalyzableServerSummary < Struct.new( :hostname, :ip_address, :source, :vm_id) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The ip address of the analyzable server.
74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74 class AnalyzableServerSummary < Struct.new( :hostname, :ip_address, :source, :vm_id) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The data source of the analyzable server.
74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74 class AnalyzableServerSummary < Struct.new( :hostname, :ip_address, :source, :vm_id) SENSITIVE = [] include Aws::Structure end |
#vm_id ⇒ String
The virtual machine id of the analyzable server.
74 75 76 77 78 79 80 81 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74 class AnalyzableServerSummary < Struct.new( :hostname, :ip_address, :source, :vm_id) SENSITIVE = [] include Aws::Structure end |