Class: Aws::Drs::Types::StartRecoveryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#is_drillBoolean

Whether this Source Server Recovery operation is a drill or not.

Returns:

  • (Boolean)


3407
3408
3409
3410
3411
3412
3413
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3407

class StartRecoveryRequest < Struct.new(
  :is_drill,
  :source_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#source_serversArray<Types::StartRecoveryRequestSourceServer>

The Source Servers that we want to start a Recovery Job for.



3407
3408
3409
3410
3411
3412
3413
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3407

class StartRecoveryRequest < Struct.new(
  :is_drill,
  :source_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags to be associated with the Recovery Job.

Returns:

  • (Hash<String,String>)


3407
3408
3409
3410
3411
3412
3413
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3407

class StartRecoveryRequest < Struct.new(
  :is_drill,
  :source_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end