Class: Aws::NetworkManager::Types::BgpOptions

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

Overview

Describes the BGP options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#peer_asnInteger

The Peer ASN of the BGP.

Returns:

  • (Integer)


348
349
350
351
352
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 348

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