Class: Aws::DatabaseMigrationService::Types::StopReplicationTaskMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_task_arnString

The Amazon Resource Name(ARN) of the replication task to be stopped.

Returns:

  • (String)


13608
13609
13610
13611
13612
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13608

class StopReplicationTaskMessage < Struct.new(
  :replication_task_arn)
  SENSITIVE = []
  include Aws::Structure
end