Class: Aws::Mgn::Types::StartTestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartTestRequest
- Defined in:
- gems/aws-sdk-mgn/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.
3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3991 class StartTestRequest < Struct.new( :account_id, :source_server_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#source_server_i_ds ⇒ Array<String>
Start Test for Source Server IDs.
3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3991 class StartTestRequest < Struct.new( :account_id, :source_server_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Start Test by Tags.
3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3991 class StartTestRequest < Struct.new( :account_id, :source_server_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |