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)


17110
17111
17112
# File 'sig/types.rbs', line 17110

def peer_asn
  @peer_asn
end

#peer_liveness_detection"bfd", "bgp-keepalive"

Returns the value of attribute peer_liveness_detection.

Returns:

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


17111
17112
17113
# File 'sig/types.rbs', line 17111

def peer_liveness_detection
  @peer_liveness_detection
end