Class: Aws::DatabaseMigrationService::Types::StartMetadataModelConversionMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelConversionMessage
 
- 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    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).
| 13453 13454 13455 13456 13457 13458 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13453 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.
| 13453 13454 13455 13456 13457 13458 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13453 class StartMetadataModelConversionMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |