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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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