Class: Aws::Types::ConnectPeerBgpConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectPeerBgpConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_address ⇒ ::String
Returns the value of attribute core_network_address.
-
#core_network_asn ⇒ ::Integer
Returns the value of attribute core_network_asn.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
Instance Attribute Details
#core_network_address ⇒ ::String
Returns the value of attribute core_network_address.
183 184 185 |
# File 'sig/types.rbs', line 183 def core_network_address @core_network_address end |
#core_network_asn ⇒ ::Integer
Returns the value of attribute core_network_asn.
181 182 183 |
# File 'sig/types.rbs', line 181 def core_network_asn @core_network_asn end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
184 185 186 |
# File 'sig/types.rbs', line 184 def peer_address @peer_address end |
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
182 183 184 |
# File 'sig/types.rbs', line 182 def peer_asn @peer_asn end |