class Aws::DirectConnect::Types::DeleteBGPPeerRequest

@note When making an API call, you may pass DeleteBGPPeerRequest

data as a hash:

    {
      virtual_interface_id: "VirtualInterfaceId",
      asn: 1,
      customer_address: "CustomerAddress",
      bgp_peer_id: "BGPPeerId",
    }

@!attribute [rw] virtual_interface_id

The ID of the virtual interface.
@return [String]

@!attribute [rw] asn

The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
@return [Integer]

@!attribute [rw] customer_address

The IP address assigned to the customer interface.
@return [String]

@!attribute [rw] bgp_peer_id

The ID of the BGP peer.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerRequest AWS API Documentation

Constants

SENSITIVE