Method: Aws::DatabaseMigrationService::Types::StartReplicationTaskAssessmentRunResponse#replication_task_assessment_run
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
#replication_task_assessment_run ⇒ Types::ReplicationTaskAssessmentRun
The premigration assessment run that was started.
13449 13450 13451 13452 13453 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13449 class StartReplicationTaskAssessmentRunResponse < Struct.new( :replication_task_assessment_run) SENSITIVE = [] include Aws::Structure end |