Class: Aws::DatabaseMigrationService::Types::SchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SchemaResponse
- 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
-
#code_line_count ⇒ Integer
The number of lines of code in a schema in a Fleet Advisor collector inventory.
-
#code_size ⇒ Integer
The size level of the code in a schema in a Fleet Advisor collector inventory.
-
#complexity ⇒ String
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
-
#database_instance ⇒ Types::DatabaseShortInfoResponse
The database for a schema in a Fleet Advisor collector inventory.
-
#original_schema ⇒ Types::SchemaShortInfoResponse
Describes a schema in a Fleet Advisor collector inventory.
-
#schema_id ⇒ String
The ID of a schema in a Fleet Advisor collector inventory.
-
#schema_name ⇒ String
The name of a schema in a Fleet Advisor collector inventory.
-
#server ⇒ Types::ServerShortInfoResponse
The database server for a schema in a Fleet Advisor collector inventory.
-
#similarity ⇒ Float
The similarity value for a schema in a Fleet Advisor collector inventory.
Instance Attribute Details
#code_line_count ⇒ Integer
The number of lines of code in a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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_size ⇒ Integer
The size level of the code in a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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 |
#complexity ⇒ String
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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_instance ⇒ Types::DatabaseShortInfoResponse
The database for a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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_schema ⇒ Types::SchemaShortInfoResponse
Describes a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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_id ⇒ String
The ID of a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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_name ⇒ String
The name of a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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 |
#server ⇒ Types::ServerShortInfoResponse
The database server for a schema in a Fleet Advisor collector inventory.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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 |
#similarity ⇒ Float
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.
12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12751 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 |