Class: Aws::SMS::Types::StartOnDemandReplicationRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::StartOnDemandReplicationRunResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_run_id ⇒ String
The ID of the replication run.
Instance Attribute Details
#replication_run_id ⇒ String
The ID of the replication run.
1925 1926 1927 1928 1929 |
# File 'lib/aws-sdk-sms/types.rb', line 1925 class StartOnDemandReplicationRunResponse < Struct.new( :replication_run_id) SENSITIVE = [] include Aws::Structure end |