Class: Aws::DatabaseMigrationService::Types::StartReplicationTaskAssessmentRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartReplicationTaskAssessmentRunResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_task_assessment_run ⇒ Types::ReplicationTaskAssessmentRun
The premigration assessment run that was started.
Instance Attribute Details
#replication_task_assessment_run ⇒ Types::ReplicationTaskAssessmentRun
The premigration assessment run that was started.
13314 13315 13316 13317 13318 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13314 class StartReplicationTaskAssessmentRunResponse < Struct.new( :replication_task_assessment_run) SENSITIVE = [] include Aws::Structure end |