Class: Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentRequestOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentRequestOptions
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes whether dynamic routing is enabled or disabled for the transit gateway peering request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dynamic_routing  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether dynamic routing is enabled or disabled. 
Instance Attribute Details
#dynamic_routing ⇒ String
Indicates whether dynamic routing is enabled or disabled.
| 14279 14280 14281 14282 14283 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14279 class CreateTransitGatewayPeeringAttachmentRequestOptions < Struct.new( :dynamic_routing) SENSITIVE = [] include Aws::Structure end |