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.
18548 18549 18550 |
# File 'sig/types.rbs', line 18548 def bgp_status @bgp_status end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
18547 18548 18549 |
# File 'sig/types.rbs', line 18547 def peer_address @peer_address end |
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
18545 18546 18547 |
# File 'sig/types.rbs', line 18545 def peer_asn @peer_asn end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
18546 18547 18548 |
# File 'sig/types.rbs', line 18546 def transit_gateway_address @transit_gateway_address end |
#transit_gateway_asn ⇒ ::Integer
Returns the value of attribute transit_gateway_asn.
18544 18545 18546 |
# File 'sig/types.rbs', line 18544 def transit_gateway_asn @transit_gateway_asn end |