Class: Aws::DatabaseMigrationService::Types::ProcessedObject

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

The database object that the schema conversion operation currently uses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_typeString

The type of the data provider. This parameter can store one of the following values: "SOURCE" or "TARGET".

Returns:

  • (String)


10621
10622
10623
10624
10625
10626
10627
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10621

class ProcessedObject < Struct.new(
  :name,
  :type,
  :endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the database object.

Returns:

  • (String)


10621
10622
10623
10624
10625
10626
10627
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10621

class ProcessedObject < Struct.new(
  :name,
  :type,
  :endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the database object. For example, a table, view, procedure, and so on.

Returns:

  • (String)


10621
10622
10623
10624
10625
10626
10627
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10621

class ProcessedObject < Struct.new(
  :name,
  :type,
  :endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end