Class: Aws::EC2::Types::PeeringTgwInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PeeringTgwInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the transit gateway in the peering attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #core_network_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the core network where the transit gateway peer is located.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the transit gateway.
 - 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region of the transit gateway.
 - 
  
    
      #transit_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway.
 
Instance Attribute Details
#core_network_id ⇒ String
The ID of the core network where the transit gateway peer is located.
      57521 57522 57523 57524 57525 57526 57527 57528  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57521 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
      57521 57522 57523 57524 57525 57526 57527 57528  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57521 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#region ⇒ String
The Region of the transit gateway.
      57521 57522 57523 57524 57525 57526 57527 57528  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57521 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_id ⇒ String
The ID of the transit gateway.
      57521 57522 57523 57524 57525 57526 57527 57528  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57521 class PeeringTgwInfo < Struct.new( :transit_gateway_id, :core_network_id, :owner_id, :region) SENSITIVE = [] include Aws::Structure end  |