Class: Aws::DatabaseMigrationService::Types::StartReplicationTaskAssessmentMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartReplicationTaskAssessmentMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_task_arn ⇒ String
The Amazon Resource Name (ARN) of the replication task.
Instance Attribute Details
#replication_task_arn ⇒ String
The Amazon Resource Name (ARN) of the replication task.
13191 13192 13193 13194 13195 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13191 class StartReplicationTaskAssessmentMessage < Struct.new( :replication_task_arn) SENSITIVE = [] include Aws::Structure end |