Class: Aws::DatabaseMigrationService::Types::SchemaResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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

#code_line_countInteger

The number of lines of code in a schema in a Fleet Advisor collector inventory.

Returns:

  • (Integer)


12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#code_sizeInteger

The size level of the code in a schema in a Fleet Advisor collector inventory.

Returns:

  • (Integer)


12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#complexityString

The complexity level of the code in a schema in a Fleet Advisor collector inventory.

Returns:

  • (String)


12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#database_instanceTypes::DatabaseShortInfoResponse

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



12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#original_schemaTypes::SchemaShortInfoResponse

Describes a schema in a Fleet Advisor collector inventory.



12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#schema_idString

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

Returns:

  • (String)


12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#schema_nameString

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

Returns:

  • (String)


12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#serverTypes::ServerShortInfoResponse

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



12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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

#similarityFloat

The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value indicates that a schema is likely to be a duplicate.

Returns:

  • (Float)


12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12283

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