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)


7444
7445
7446
7447
7448
7449
7450
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7444

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

#replication_typeString

Replication type to which to update source server.

Returns:

  • (String)


7444
7445
7446
7447
7448
7449
7450
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7444

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

#source_server_idString

ID of source server on which to update replication type.

Returns:

  • (String)


7444
7445
7446
7447
7448
7449
7450
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7444

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