Class: Aws::Drs::Types::StartRecoveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartRecoveryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#is_drill ⇒ Boolean
Whether this Source Server Recovery operation is a drill or not.
-
#source_servers ⇒ Array<Types::StartRecoveryRequestSourceServer>
The Source Servers that we want to start a Recovery Job for.
-
#tags ⇒ Hash<String,String>
The tags to be associated with the Recovery Job.
Instance Attribute Details
#is_drill ⇒ Boolean
Whether this Source Server Recovery operation is a drill or not.
3407 3408 3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-drs/types.rb', line 3407 class StartRecoveryRequest < Struct.new( :is_drill, :source_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#source_servers ⇒ Array<Types::StartRecoveryRequestSourceServer>
The Source Servers that we want to start a Recovery Job for.
3407 3408 3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-drs/types.rb', line 3407 class StartRecoveryRequest < Struct.new( :is_drill, :source_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be associated with the Recovery Job.
3407 3408 3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-drs/types.rb', line 3407 class StartRecoveryRequest < Struct.new( :is_drill, :source_servers, :tags) SENSITIVE = [:tags] include Aws::Structure end |