Class: Aws::DatabaseMigrationService::Types::CancelReplicationTaskAssessmentRunMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CancelReplicationTaskAssessmentRunMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_task_assessment_run_arn ⇒ String
Amazon Resource Name (ARN) of the premigration assessment run to be canceled.
Instance Attribute Details
#replication_task_assessment_run_arn ⇒ String
Amazon Resource Name (ARN) of the premigration assessment run to be canceled.
212 213 214 215 216 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 212 class CancelReplicationTaskAssessmentRunMessage < Struct.new( :replication_task_assessment_run_arn) SENSITIVE = [] include Aws::Structure end |