Class: Aws::Types::CreateBGPPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBGPPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_bgp_peer ⇒ Types::NewBGPPeer
Returns the value of attribute new_bgp_peer.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
Instance Attribute Details
#new_bgp_peer ⇒ Types::NewBGPPeer
Returns the value of attribute new_bgp_peer.
250 251 252 |
# File 'sig/types.rbs', line 250 def new_bgp_peer @new_bgp_peer end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
249 250 251 |
# File 'sig/types.rbs', line 249 def virtual_interface_id @virtual_interface_id end |