Class: Aws::Drs::Types::StartSourceNetworkRecoveryRequestNetworkEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartSourceNetworkRecoveryRequestNetworkEntry
- Defined in:
- gems/aws-sdk-drs/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.
3557 3558 3559 3560 3561 3562 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3557 class StartSourceNetworkRecoveryRequestNetworkEntry < Struct.new( :source_network_id, :cfn_stack_name) SENSITIVE = [:cfn_stack_name] include Aws::Structure end |
#source_network_id ⇒ String
The ID of the Source Network you want to recover.
3557 3558 3559 3560 3561 3562 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3557 class StartSourceNetworkRecoveryRequestNetworkEntry < Struct.new( :source_network_id, :cfn_stack_name) SENSITIVE = [:cfn_stack_name] include Aws::Structure end |