Class: Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transit_gateway_peering_attachment  ⇒ Types::TransitGatewayPeeringAttachment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transit gateway peering attachment.
 
Instance Attribute Details
#transit_gateway_peering_attachment ⇒ Types::TransitGatewayPeeringAttachment
The transit gateway peering attachment.
      12700 12701 12702 12703 12704  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12700 class CreateTransitGatewayPeeringAttachmentResult < Struct.new( :transit_gateway_peering_attachment) SENSITIVE = [] include Aws::Structure end  |