Class: Aws::EC2::Types::TransitGatewayPeeringAttachmentOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayPeeringAttachmentOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes dynamic routing for the transit gateway peering attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dynamic_routing  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
 
Instance Attribute Details
#dynamic_routing ⇒ String
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
      69997 69998 69999 70000 70001  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69997 class TransitGatewayPeeringAttachmentOptions < Struct.new( :dynamic_routing) SENSITIVE = [] include Aws::Structure end  |