Class: Aws::EC2::Types::RouteServerBfdStatus

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

Overview

The current status of Bidirectional Forwarding Detection (BFD) for a BGP session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The operational status of the BFD session.

Returns:

  • (String)


64675
64676
64677
64678
64679
# File 'lib/aws-sdk-ec2/types.rb', line 64675

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