Class: Aws::DatabaseMigrationService::Types::FleetAdvisorSchemaObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::FleetAdvisorSchemaObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Describes a schema object 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 object in a Fleet Advisor collector inventory.
-
#code_size ⇒ Integer
The size level of the code in a schema object in a Fleet Advisor collector inventory.
-
#number_of_objects ⇒ Integer
The number of objects in a schema object in a Fleet Advisor collector inventory.
-
#object_type ⇒ String
The type of the schema object, as reported by the database engine.
-
#schema_id ⇒ String
The ID of a schema object in a Fleet Advisor collector inventory.
Instance Attribute Details
#code_line_count ⇒ Integer
The number of lines of code in a schema object in a Fleet Advisor collector inventory.
6047 6048 6049 6050 6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6047 class FleetAdvisorSchemaObjectResponse < Struct.new( :schema_id, :object_type, :number_of_objects, :code_line_count, :code_size) SENSITIVE = [] include Aws::Structure end |
#code_size ⇒ Integer
The size level of the code in a schema object in a Fleet Advisor collector inventory.
6047 6048 6049 6050 6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6047 class FleetAdvisorSchemaObjectResponse < Struct.new( :schema_id, :object_type, :number_of_objects, :code_line_count, :code_size) SENSITIVE = [] include Aws::Structure end |
#number_of_objects ⇒ Integer
The number of objects in a schema object in a Fleet Advisor collector inventory.
6047 6048 6049 6050 6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6047 class FleetAdvisorSchemaObjectResponse < Struct.new( :schema_id, :object_type, :number_of_objects, :code_line_count, :code_size) SENSITIVE = [] include Aws::Structure end |
#object_type ⇒ String
The type of the schema object, as reported by the database engine. Examples include the following:
-
‘function`
-
‘trigger`
-
‘SYSTEM_TABLE`
-
‘QUEUE`
6047 6048 6049 6050 6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6047 class FleetAdvisorSchemaObjectResponse < Struct.new( :schema_id, :object_type, :number_of_objects, :code_line_count, :code_size) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ String
The ID of a schema object in a Fleet Advisor collector inventory.
6047 6048 6049 6050 6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6047 class FleetAdvisorSchemaObjectResponse < Struct.new( :schema_id, :object_type, :number_of_objects, :code_line_count, :code_size) SENSITIVE = [] include Aws::Structure end |