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.
379 380 381 |
# File 'sig/types.rbs', line 379 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
380 381 382 |
# File 'sig/types.rbs', line 380 def asn_long @asn_long end |
#bgp_peer_id ⇒ ::String
Returns the value of attribute bgp_peer_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def bgp_peer_id @bgp_peer_id end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
381 382 383 |
# File 'sig/types.rbs', line 381 def customer_address @customer_address end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def virtual_interface_id @virtual_interface_id end |