Class: Aws::Types::NewBGPPeer
- Inherits:
-
Object
- Object
- Aws::Types::NewBGPPeer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
-
#asn ⇒ ::Integer
Returns the value of attribute asn.
-
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
-
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
-
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
781 782 783 |
# File 'sig/types.rbs', line 781 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
782 783 784 |
# File 'sig/types.rbs', line 782 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
778 779 780 |
# File 'sig/types.rbs', line 778 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
779 780 781 |
# File 'sig/types.rbs', line 779 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
780 781 782 |
# File 'sig/types.rbs', line 780 def auth_key @auth_key end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
783 784 785 |
# File 'sig/types.rbs', line 783 def customer_address @customer_address end |