Class: Aws::Mgn::Types::UpdateSourceServerReplicationTypeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Account ID on which to update replication type.

Returns:

  • (String)


4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4657

class UpdateSourceServerReplicationTypeRequest < Struct.new(
  :account_id,
  :replication_type,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#replication_typeString

Replication type to which to update source server.

Returns:

  • (String)


4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4657

class UpdateSourceServerReplicationTypeRequest < Struct.new(
  :account_id,
  :replication_type,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

ID of source server on which to update replication type.

Returns:

  • (String)


4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4657

class UpdateSourceServerReplicationTypeRequest < Struct.new(
  :account_id,
  :replication_type,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end