Class: Aws::Types::TransitGatewayAttachmentBgpConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayAttachmentBgpConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_status ⇒ "up", "down"
Returns the value of attribute bgp_status.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
-
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
-
#transit_gateway_asn ⇒ ::Integer
Returns the value of attribute transit_gateway_asn.
Instance Attribute Details
#bgp_status ⇒ "up", "down"
Returns the value of attribute bgp_status.
17898 17899 17900 |
# File 'sig/types.rbs', line 17898 def bgp_status @bgp_status end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
17897 17898 17899 |
# File 'sig/types.rbs', line 17897 def peer_address @peer_address end |
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
17895 17896 17897 |
# File 'sig/types.rbs', line 17895 def peer_asn @peer_asn end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
17896 17897 17898 |
# File 'sig/types.rbs', line 17896 def transit_gateway_address @transit_gateway_address end |
#transit_gateway_asn ⇒ ::Integer
Returns the value of attribute transit_gateway_asn.
17894 17895 17896 |
# File 'sig/types.rbs', line 17894 def transit_gateway_asn @transit_gateway_asn end |