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>)


3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-drs/types.rb', line 3324

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>)


3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-drs/types.rb', line 3324

class StartFailbackLaunchRequest < Struct.new(
  :recovery_instance_i_ds,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end