Class: Aws::DatabaseMigrationService::Types::StartMetadataModelCreationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelCreationMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_model_name ⇒ String
The name of the metadata model.
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#properties ⇒ Types::MetadataModelProperties
The properties of metadata model in JSON format.
-
#selection_rules ⇒ String
The JSON string that specifies the location where the metadata model will be created.
Instance Attribute Details
#metadata_model_name ⇒ String
The name of the metadata model.
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982 class StartMetadataModelCreationMessage < Struct.new( :migration_project_identifier, :selection_rules, :metadata_model_name, :properties) SENSITIVE = [] include Aws::Structure end |
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982 class StartMetadataModelCreationMessage < Struct.new( :migration_project_identifier, :selection_rules, :metadata_model_name, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::MetadataModelProperties
The properties of metadata model in JSON format. This object is a Union. Only one member of this object can be specified or returned.
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982 class StartMetadataModelCreationMessage < Struct.new( :migration_project_identifier, :selection_rules, :metadata_model_name, :properties) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
The JSON string that specifies the location where the metadata model will be created. Selection rules must specify a single schema. For more information, see Selection Rules in the DMS User Guide.
13982 13983 13984 13985 13986 13987 13988 13989 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982 class StartMetadataModelCreationMessage < Struct.new( :migration_project_identifier, :selection_rules, :metadata_model_name, :properties) SENSITIVE = [] include Aws::Structure end |