Class: Aws::SMS::Types::CreateReplicationJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_job_idString

The unique identifier of the replication job.

Returns:

  • (String)


360
361
362
363
364
# File 'lib/aws-sdk-sms/types.rb', line 360

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