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.
4072 4073 4074 4075 4076 4077 4078 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4072 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.
4072 4073 4074 4075 4076 4077 4078 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4072 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.
4072 4073 4074 4075 4076 4077 4078 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4072 class StartTestRequest < Struct.new( :source_server_i_ds, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |