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.
18569 18570 18571 |
# File 'sig/types.rbs', line 18569 def bgp_status @bgp_status end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
18568 18569 18570 |
# File 'sig/types.rbs', line 18568 def peer_address @peer_address end |
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
18566 18567 18568 |
# File 'sig/types.rbs', line 18566 def peer_asn @peer_asn end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
18567 18568 18569 |
# File 'sig/types.rbs', line 18567 def transit_gateway_address @transit_gateway_address end |
#transit_gateway_asn ⇒ ::Integer
Returns the value of attribute transit_gateway_asn.
18565 18566 18567 |
# File 'sig/types.rbs', line 18565 def transit_gateway_asn @transit_gateway_asn end |