Class: Aws::NetworkManager::Types::BgpOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::BgpOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the BGP options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#peer_asn ⇒ Integer
The Peer ASN of the BGP.
Instance Attribute Details
#peer_asn ⇒ Integer
The Peer ASN of the BGP.
402 403 404 405 406 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 402 class BgpOptions < Struct.new( :peer_asn) SENSITIVE = [] include Aws::Structure end |