Class: Aws::DatabaseMigrationService::Types::MetadataModelReference

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

Overview

A reference to a metadata model, including its name and selection rules for location identification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_model_nameString

The name of the metadata model.

Returns:

  • (String)


7584
7585
7586
7587
7588
7589
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7584

class MetadataModelReference < Struct.new(
  :metadata_model_name,
  :selection_rules)
  SENSITIVE = []
  include Aws::Structure
end

#selection_rulesString

The JSON string representing metadata model location.

Returns:

  • (String)


7584
7585
7586
7587
7588
7589
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7584

class MetadataModelReference < Struct.new(
  :metadata_model_name,
  :selection_rules)
  SENSITIVE = []
  include Aws::Structure
end