Class: Aws::EC2::Types::RouteServerBgpStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The current status of a BGP session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The operational status of the BGP session. The status enables you to monitor session liveness if you lack monitoring on your router/appliance.

Returns:

  • (String)


64767
64768
64769
64770
64771
# File 'lib/aws-sdk-ec2/types.rb', line 64767

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