Class: Aws::EC2::Types::TransitGatewayPeeringAttachmentOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes dynamic routing for the transit gateway peering attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_routingString

Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.

Returns:

  • (String)


65057
65058
65059
65060
65061
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65057

class TransitGatewayPeeringAttachmentOptions < Struct.new(
  :dynamic_routing)
  SENSITIVE = []
  include Aws::Structure
end