Class: Aws::Drs::Types::StartSourceNetworkRecoveryRequestNetworkEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cfn_stack_nameString

CloudFormation stack name to be used for recovering the network.

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
# File 'gems/aws-sdk-drs/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_idString

The ID of the Source Network you want to recover.

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
# File 'gems/aws-sdk-drs/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