Class: Aws::DirectConnect::Types::CreateBGPPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateBGPPeerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_bgp_peer ⇒ Types::NewBGPPeer
Information about the BGP peer.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface.
Instance Attribute Details
#new_bgp_peer ⇒ Types::NewBGPPeer
Information about the BGP peer.
902 903 904 905 906 907 |
# File 'lib/aws-sdk-directconnect/types.rb', line 902 class CreateBGPPeerRequest < Struct.new( :virtual_interface_id, :new_bgp_peer) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_id ⇒ String
The ID of the virtual interface.
902 903 904 905 906 907 |
# File 'lib/aws-sdk-directconnect/types.rb', line 902 class CreateBGPPeerRequest < Struct.new( :virtual_interface_id, :new_bgp_peer) SENSITIVE = [] include Aws::Structure end |