Class: Aws::DatabaseMigrationService::Types::MetadataModelReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MetadataModelReference
- 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
-
#metadata_model_name ⇒ String
The name of the metadata model.
-
#selection_rules ⇒ String
The JSON string representing metadata model location.
Instance Attribute Details
#metadata_model_name ⇒ String
The name of the metadata model.
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_rules ⇒ String
The JSON string representing metadata model location.
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 |