Class: Aws::Drs::Types::StartFailbackLaunchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartFailbackLaunchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#recovery_instance_i_ds ⇒ Array<String>
The IDs of the Recovery Instance whose failback launch we want to request.
-
#tags ⇒ Hash<String,String>
The tags to be associated with the failback launch Job.
Instance Attribute Details
#recovery_instance_i_ds ⇒ Array<String>
The IDs of the Recovery Instance whose failback launch we want to request.
3374 3375 3376 3377 3378 3379 |
# File 'lib/aws-sdk-drs/types.rb', line 3374 class StartFailbackLaunchRequest < Struct.new( :recovery_instance_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be associated with the failback launch Job.
3374 3375 3376 3377 3378 3379 |
# File 'lib/aws-sdk-drs/types.rb', line 3374 class StartFailbackLaunchRequest < Struct.new( :recovery_instance_i_ds, :tags) SENSITIVE = [:tags] include Aws::Structure end |