Class: Aws::DatabaseMigrationService::Types::FleetAdvisorSchemaObjectResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#code_line_countInteger

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

Returns:

  • (Integer)


5693
5694
5695
5696
5697
5698
5699
5700
5701
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5693

class FleetAdvisorSchemaObjectResponse < Struct.new(
  :schema_id,
  :object_type,
  :number_of_objects,
  :code_line_count,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end

#code_sizeInteger

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

Returns:

  • (Integer)


5693
5694
5695
5696
5697
5698
5699
5700
5701
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5693

class FleetAdvisorSchemaObjectResponse < Struct.new(
  :schema_id,
  :object_type,
  :number_of_objects,
  :code_line_count,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_objectsInteger

The number of objects in a schema object in a Fleet Advisor collector inventory.

Returns:

  • (Integer)


5693
5694
5695
5696
5697
5698
5699
5700
5701
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5693

class FleetAdvisorSchemaObjectResponse < Struct.new(
  :schema_id,
  :object_type,
  :number_of_objects,
  :code_line_count,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end

#object_typeString

The type of the schema object, as reported by the database engine. Examples include the following:

  • ‘function`

  • ‘trigger`

  • ‘SYSTEM_TABLE`

  • ‘QUEUE`

Returns:

  • (String)


5693
5694
5695
5696
5697
5698
5699
5700
5701
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5693

class FleetAdvisorSchemaObjectResponse < Struct.new(
  :schema_id,
  :object_type,
  :number_of_objects,
  :code_line_count,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end

#schema_idString

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

Returns:

  • (String)


5693
5694
5695
5696
5697
5698
5699
5700
5701
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5693

class FleetAdvisorSchemaObjectResponse < Struct.new(
  :schema_id,
  :object_type,
  :number_of_objects,
  :code_line_count,
  :code_size)
  SENSITIVE = []
  include Aws::Structure
end