Class: Aws::DatabaseMigrationService::Types::StartMetadataModelConversionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelConversionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#selection_rules ⇒ String
A value that specifies the database objects to convert.
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12951 class StartMetadataModelConversionMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
A value that specifies the database objects to convert.
12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12951 class StartMetadataModelConversionMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |