Class: Aws::DatabaseMigrationService::Types::ServerShortInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ServerShortInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Describes a server in a Fleet Advisor collector inventory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address ⇒ String
The IP address of a server in a Fleet Advisor collector inventory.
-
#server_id ⇒ String
The ID of a server in a Fleet Advisor collector inventory.
-
#server_name ⇒ String
The name address of a server in a Fleet Advisor collector inventory.
Instance Attribute Details
#ip_address ⇒ String
The IP address of a server in a Fleet Advisor collector inventory.
12815 12816 12817 12818 12819 12820 12821 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12815 class ServerShortInfoResponse < Struct.new( :server_id, :ip_address, :server_name) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
The ID of a server in a Fleet Advisor collector inventory.
12815 12816 12817 12818 12819 12820 12821 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12815 class ServerShortInfoResponse < Struct.new( :server_id, :ip_address, :server_name) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name address of a server in a Fleet Advisor collector inventory.
12815 12816 12817 12818 12819 12820 12821 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12815 class ServerShortInfoResponse < Struct.new( :server_id, :ip_address, :server_name) SENSITIVE = [] include Aws::Structure end |