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)


4469
4470
4471
4472
4473
4474
4475
4476
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4469

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)


4469
4470
4471
4472
4473
4474
4475
4476
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4469

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)


4469
4470
4471
4472
4473
4474
4475
4476
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4469

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:



4469
4470
4471
4472
4473
4474
4475
4476
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4469

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