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.
6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-mgn/types.rb', line 6268 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.
6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-mgn/types.rb', line 6268 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.
6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-mgn/types.rb', line 6268 class StartTestRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |