Class: Aws::DatabaseMigrationService::Types::DescribeMetadataModelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

The SQL text of the metadata model. This field might not be populated for some metadata models.

Returns:

  • (String)


4487
4488
4489
4490
4491
4492
4493
4494
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4487

class DescribeMetadataModelResponse < Struct.new(
  :metadata_model_name,
  :metadata_model_type,
  :target_metadata_models,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_model_nameString

The name of the metadata model.

Returns:

  • (String)


4487
4488
4489
4490
4491
4492
4493
4494
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4487

class DescribeMetadataModelResponse < Struct.new(
  :metadata_model_name,
  :metadata_model_type,
  :target_metadata_models,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_model_typeString

The type of the metadata model.

Returns:

  • (String)


4487
4488
4489
4490
4491
4492
4493
4494
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4487

class DescribeMetadataModelResponse < Struct.new(
  :metadata_model_name,
  :metadata_model_type,
  :target_metadata_models,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#target_metadata_modelsArray<Types::MetadataModelReference>

A list of counterpart metadata models in the target. This field is populated only when Origin is SOURCE and after the object has been converted by DMS Schema Conversion.

Returns:



4487
4488
4489
4490
4491
4492
4493
4494
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4487

class DescribeMetadataModelResponse < Struct.new(
  :metadata_model_name,
  :metadata_model_type,
  :target_metadata_models,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end