Class: Aws::DatabaseMigrationService::Types::ServerShortInfoResponse

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

Overview

Describes a server in a Fleet Advisor collector inventory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

The IP address of a server in a Fleet Advisor collector inventory.

Returns:

  • (String)


12347
12348
12349
12350
12351
12352
12353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12347

class ServerShortInfoResponse < Struct.new(
  :server_id,
  :ip_address,
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

The ID of a server in a Fleet Advisor collector inventory.

Returns:

  • (String)


12347
12348
12349
12350
12351
12352
12353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12347

class ServerShortInfoResponse < Struct.new(
  :server_id,
  :ip_address,
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name address of a server in a Fleet Advisor collector inventory.

Returns:

  • (String)


12347
12348
12349
12350
12351
12352
12353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12347

class ServerShortInfoResponse < Struct.new(
  :server_id,
  :ip_address,
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end