Class: Aws::Drs::Types::StartSourceNetworkRecoveryRequestNetworkEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartSourceNetworkRecoveryRequestNetworkEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
An object representing the Source Network to recover.
Constant Summary collapse
- SENSITIVE =
[:cfn_stack_name]
Instance Attribute Summary collapse
-
#cfn_stack_name ⇒ String
CloudFormation stack name to be used for recovering the network.
-
#source_network_id ⇒ String
The ID of the Source Network you want to recover.
Instance Attribute Details
#cfn_stack_name ⇒ String
CloudFormation stack name to be used for recovering the network.
3507 3508 3509 3510 3511 3512 |
# File 'lib/aws-sdk-drs/types.rb', line 3507 class StartSourceNetworkRecoveryRequestNetworkEntry < Struct.new( :cfn_stack_name, :source_network_id) SENSITIVE = [:cfn_stack_name] include Aws::Structure end |
#source_network_id ⇒ String
The ID of the Source Network you want to recover.
3507 3508 3509 3510 3511 3512 |
# File 'lib/aws-sdk-drs/types.rb', line 3507 class StartSourceNetworkRecoveryRequestNetworkEntry < Struct.new( :cfn_stack_name, :source_network_id) SENSITIVE = [:cfn_stack_name] include Aws::Structure end |