Class: Aws::EC2::Types::TransitGatewayConnectRequestBgpOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayConnectRequestBgpOptions
- Includes:
- Structure
- Defined in:
- 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).
69281 69282 69283 69284 69285 |
# File 'lib/aws-sdk-ec2/types.rb', line 69281 class TransitGatewayConnectRequestBgpOptions < Struct.new( :peer_asn) SENSITIVE = [] include Aws::Structure end |