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.
18209 18210 18211 |
# File 'sig/types.rbs', line 18209 def bgp_status @bgp_status end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
18208 18209 18210 |
# File 'sig/types.rbs', line 18208 def peer_address @peer_address end |
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
18206 18207 18208 |
# File 'sig/types.rbs', line 18206 def peer_asn @peer_asn end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
18207 18208 18209 |
# File 'sig/types.rbs', line 18207 def transit_gateway_address @transit_gateway_address end |
#transit_gateway_asn ⇒ ::Integer
Returns the value of attribute transit_gateway_asn.
18205 18206 18207 |
# File 'sig/types.rbs', line 18205 def transit_gateway_asn @transit_gateway_asn end |