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
5867 5868 5869 5870 5871 5872 5873 |
# File 'lib/aws-sdk-mgn/types.rb', line 5867 class StartCutoverRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#source_server_i_ds ⇒ Array<String>
Start Cutover by Source Server IDs.
5867 5868 5869 5870 5871 5872 5873 |
# File 'lib/aws-sdk-mgn/types.rb', line 5867 class StartCutoverRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Start Cutover by Tags.
5867 5868 5869 5870 5871 5872 5873 |
# File 'lib/aws-sdk-mgn/types.rb', line 5867 class StartCutoverRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |