Class: Aws::Types::DeleteBGPPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBGPPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::Integer
Returns the value of attribute asn.
-
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
-
#bgp_peer_id ⇒ ::String
Returns the value of attribute bgp_peer_id.
-
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
Instance Attribute Details
#asn ⇒ ::Integer
Returns the value of attribute asn.
340 341 342 |
# File 'sig/types.rbs', line 340 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
341 342 343 |
# File 'sig/types.rbs', line 341 def asn_long @asn_long end |
#bgp_peer_id ⇒ ::String
Returns the value of attribute bgp_peer_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def bgp_peer_id @bgp_peer_id end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
342 343 344 |
# File 'sig/types.rbs', line 342 def customer_address @customer_address end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def virtual_interface_id @virtual_interface_id end |