Class: Aws::DatabaseMigrationService::Types::SchemaShortInfoResponse

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

Overview

Describes a schema in a Fleet Advisor collector inventory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_idString

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

Returns:

  • (String)


12321
12322
12323
12324
12325
12326
12327
12328
12329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12321

class SchemaShortInfoResponse < Struct.new(
  :schema_id,
  :schema_name,
  :database_id,
  :database_name,
  :database_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#database_ip_addressString

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

Returns:

  • (String)


12321
12322
12323
12324
12325
12326
12327
12328
12329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12321

class SchemaShortInfoResponse < Struct.new(
  :schema_id,
  :schema_name,
  :database_id,
  :database_name,
  :database_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of a database in a Fleet Advisor collector inventory.

Returns:

  • (String)


12321
12322
12323
12324
12325
12326
12327
12328
12329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12321

class SchemaShortInfoResponse < Struct.new(
  :schema_id,
  :schema_name,
  :database_id,
  :database_name,
  :database_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#schema_idString

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

Returns:

  • (String)


12321
12322
12323
12324
12325
12326
12327
12328
12329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12321

class SchemaShortInfoResponse < Struct.new(
  :schema_id,
  :schema_name,
  :database_id,
  :database_name,
  :database_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of a schema in a Fleet Advisor collector inventory.

Returns:

  • (String)


12321
12322
12323
12324
12325
12326
12327
12328
12329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12321

class SchemaShortInfoResponse < Struct.new(
  :schema_id,
  :schema_name,
  :database_id,
  :database_name,
  :database_ip_address)
  SENSITIVE = []
  include Aws::Structure
end