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.
12569 12570 12571 12572 12573 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12569 class CreateTransitGatewayPeeringAttachmentRequestOptions < Struct.new( :dynamic_routing) SENSITIVE = [] include Aws::Structure end |