Method: Aws::DatabaseMigrationService::Types::SchemaResponse#database_instance

Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

#database_instanceTypes::DatabaseShortInfoResponse

The database for a schema in a Fleet Advisor collector inventory.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
13768
13769
13770
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13758

class SchemaResponse < Struct.new(
  :code_line_count,
  :code_size,
  :complexity,
  :server,
  :database_instance,
  :schema_id,
  :schema_name,
  :original_schema,
  :similarity)
  SENSITIVE = []
  include Aws::Structure
end