Class: Aws::Mgn::Types::StartTestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartTestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Start Test for Account ID.
-
#source_server_i_ds ⇒ Array<String>
Start Test for Source Server IDs.
-
#tags ⇒ Hash<String,String>
Start Test by Tags.
Instance Attribute Details
#account_id ⇒ String
Start Test for Account ID.
6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-mgn/types.rb', line 6364 class StartTestRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#source_server_i_ds ⇒ Array<String>
Start Test for Source Server IDs.
6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-mgn/types.rb', line 6364 class StartTestRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Start Test by Tags.
6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-mgn/types.rb', line 6364 class StartTestRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |