Class: Aws::EC2::Types::TransitGatewayConnectRequestBgpOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayConnectRequestBgpOptions
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
The BGP options for the Connect attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#peer_asn ⇒ Integer
The peer Autonomous System Number (ASN).
Instance Attribute Details
#peer_asn ⇒ Integer
The peer Autonomous System Number (ASN).
67181 67182 67183 67184 67185 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67181 class TransitGatewayConnectRequestBgpOptions < Struct.new( :peer_asn) SENSITIVE = [] include Aws::Structure end |