Class: Aws::DatabaseMigrationService::Types::MetadataModelReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MetadataModelReference
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7522 class MetadataModelReference < Struct.new( :metadata_model_name, :selection_rules) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
The JSON string representing metadata model location.
7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7522 class MetadataModelReference < Struct.new( :metadata_model_name, :selection_rules) SENSITIVE = [] include Aws::Structure end |