Class: Aws::DatabaseMigrationService::Types::DatabaseResponse

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

Overview

Describes a database in a Fleet Advisor collector inventory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collectorsArray<Types::CollectorShortInfoResponse>

A list of collectors associated with the database.



2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end

#database_idString

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

Returns:

  • (String)


2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

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

Returns:

  • (String)


2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

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

Returns:

  • (String)


2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_schemasInteger

The number of schemas in a Fleet Advisor collector inventory database.

Returns:

  • (Integer)


2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end

#serverTypes::ServerShortInfoResponse

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



2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end

#software_detailsTypes::DatabaseInstanceSoftwareDetailsResponse

The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.



2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2049

class DatabaseResponse < Struct.new(
  :database_id,
  :database_name,
  :ip_address,
  :number_of_schemas,
  :server,
  :software_details,
  :collectors)
  SENSITIVE = []
  include Aws::Structure
end