Class: Aws::SMS::Types::CreateReplicationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::CreateReplicationJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_job_id ⇒ String
The unique identifier of the replication job.
Instance Attribute Details
#replication_job_id ⇒ String
The unique identifier of the replication job.
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 |