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)


12910
12911
12912
12913
12914
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12910

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