Class: Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentRequestOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentRequestOptions
- Includes:
- Structure
- Defined in:
- 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.
12544 12545 12546 12547 12548 |
# File 'lib/aws-sdk-ec2/types.rb', line 12544 class CreateTransitGatewayPeeringAttachmentRequestOptions < Struct.new( :dynamic_routing) SENSITIVE = [] include Aws::Structure end |