Class: Aws::Mgn::Types::UpdateSourceServerReplicationTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::UpdateSourceServerReplicationTypeRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID on which to update replication type.
-
#replication_type ⇒ String
Replication type to which to update source server.
-
#source_server_id ⇒ String
ID of source server on which to update replication type.
Instance Attribute Details
#account_id ⇒ String
Account ID on which to update replication type.
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_type ⇒ String
Replication type to which to update source server.
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_id ⇒ String
ID of source server on which to update replication type.
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 |