Class: Aws::Drs::Types::StartSourceNetworkRecoveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartSourceNetworkRecoveryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#deploy_as_new ⇒ Boolean
Don’t update existing CloudFormation Stack, recover the network using a new stack.
-
#source_networks ⇒ Array<Types::StartSourceNetworkRecoveryRequestNetworkEntry>
The Source Networks that we want to start a Recovery Job for.
-
#tags ⇒ Hash<String,String>
The tags to be associated with the Source Network recovery Job.
Instance Attribute Details
#deploy_as_new ⇒ Boolean
Don’t update existing CloudFormation Stack, recover the network using a new stack.
3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-drs/types.rb', line 3487 class StartSourceNetworkRecoveryRequest < Struct.new( :deploy_as_new, :source_networks, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#source_networks ⇒ Array<Types::StartSourceNetworkRecoveryRequestNetworkEntry>
The Source Networks that we want to start a Recovery Job for.
3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-drs/types.rb', line 3487 class StartSourceNetworkRecoveryRequest < Struct.new( :deploy_as_new, :source_networks, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be associated with the Source Network recovery Job.
3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-drs/types.rb', line 3487 class StartSourceNetworkRecoveryRequest < Struct.new( :deploy_as_new, :source_networks, :tags) SENSITIVE = [:tags] include Aws::Structure end |