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

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

#code_line_countInteger

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

Returns:

  • (Integer)


12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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)


12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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)


12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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.



12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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.



12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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)


12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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)


12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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.



12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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)


12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
12898
12899
12900
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12888

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