Class: Aws::DatabaseMigrationService::Types::GetTargetSelectionRulesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::GetTargetSelectionRulesMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/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
The JSON string representing the source selection rules for conversion.
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
6564 6565 6566 6567 6568 6569 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6564 class GetTargetSelectionRulesMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.
6564 6565 6566 6567 6568 6569 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6564 class GetTargetSelectionRulesMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |