Class: Aws::Drs::Types::StartFailbackLaunchRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_instance_i_dsArray<String>

The IDs of the Recovery Instance whose failback launch we want to request.

Returns:

  • (Array<String>)


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

#tagsHash<String,String>

The tags to be associated with the failback launch Job.

Returns:

  • (Hash<String,String>)


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