Class: Aws::Mgn::Types::StartReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartReplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID on which to start replication.
-
#source_server_id ⇒ String
ID of source server on which to start replication.
Instance Attribute Details
#account_id ⇒ String
Account ID on which to start replication.
3970 3971 3972 3973 3974 3975 |
# File 'lib/aws-sdk-mgn/types.rb', line 3970 class StartReplicationRequest < Struct.new( :account_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
ID of source server on which to start replication.
3970 3971 3972 3973 3974 3975 |
# File 'lib/aws-sdk-mgn/types.rb', line 3970 class StartReplicationRequest < Struct.new( :account_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |