Class: Aws::Types::RouteServerBgpOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#peer_asn::Integer

Returns the value of attribute peer_asn.

Returns:

  • (::Integer)


16474
16475
16476
# File 'sig/types.rbs', line 16474

def peer_asn
  @peer_asn
end

#peer_liveness_detection"bfd", "bgp-keepalive"

Returns the value of attribute peer_liveness_detection.

Returns:

  • ("bfd", "bgp-keepalive")


16475
16476
16477
# File 'sig/types.rbs', line 16475

def peer_liveness_detection
  @peer_liveness_detection
end