Class: Aws::SMS::Types::StartOnDemandReplicationRunResponse

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_run_idString

The ID of the replication run.

Returns:

  • (String)


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