Class: Aws::Drs::Types::SourceNetworkData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::SourceNetworkData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Properties of Source Network related to a job event.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_network_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Source Network ID.
 - 
  
    
      #source_vpc  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
VPC ID protected by the Source Network.
 - 
  
    
      #stack_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CloudFormation stack name that was deployed for recovering the Source Network.
 - 
  
    
      #target_vpc  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the recovered VPC following Source Network recovery.
 
Instance Attribute Details
#source_network_id ⇒ String
Source Network ID.
      3153 3154 3155 3156 3157 3158 3159 3160  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3153 class SourceNetworkData < Struct.new( :source_network_id, :source_vpc, :stack_name, :target_vpc) SENSITIVE = [] include Aws::Structure end  | 
  
#source_vpc ⇒ String
VPC ID protected by the Source Network.
      3153 3154 3155 3156 3157 3158 3159 3160  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3153 class SourceNetworkData < Struct.new( :source_network_id, :source_vpc, :stack_name, :target_vpc) SENSITIVE = [] include Aws::Structure end  | 
  
#stack_name ⇒ String
CloudFormation stack name that was deployed for recovering the Source Network.
      3153 3154 3155 3156 3157 3158 3159 3160  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3153 class SourceNetworkData < Struct.new( :source_network_id, :source_vpc, :stack_name, :target_vpc) SENSITIVE = [] include Aws::Structure end  | 
  
#target_vpc ⇒ String
ID of the recovered VPC following Source Network recovery.
      3153 3154 3155 3156 3157 3158 3159 3160  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3153 class SourceNetworkData < Struct.new( :source_network_id, :source_vpc, :stack_name, :target_vpc) SENSITIVE = [] include Aws::Structure end  |