Class: Aws::Mgn::Types::StartCutoverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartCutoverRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Start Cutover by Account IDs.
-
#source_server_i_ds ⇒ Array<String>
Start Cutover by Source Server IDs.
-
#tags ⇒ Hash<String,String>
Start Cutover by Tags.
Instance Attribute Details
#account_id ⇒ String
Start Cutover by Account IDs
3866 3867 3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-mgn/types.rb', line 3866 class StartCutoverRequest < Struct.new( :account_id, :source_server_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#source_server_i_ds ⇒ Array<String>
Start Cutover by Source Server IDs.
3866 3867 3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-mgn/types.rb', line 3866 class StartCutoverRequest < Struct.new( :account_id, :source_server_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Start Cutover by Tags.
3866 3867 3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-mgn/types.rb', line 3866 class StartCutoverRequest < Struct.new( :account_id, :source_server_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |