Class: Aws::Types::TransitGatewayConnectPeerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayConnectPeerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_configurations ⇒ ::Array[Types::TransitGatewayAttachmentBgpConfiguration]
Returns the value of attribute bgp_configurations.
-
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#protocol ⇒ "gre"
Returns the value of attribute protocol.
-
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
Instance Attribute Details
#bgp_configurations ⇒ ::Array[Types::TransitGatewayAttachmentBgpConfiguration]
Returns the value of attribute bgp_configurations.
18275 18276 18277 |
# File 'sig/types.rbs', line 18275 def bgp_configurations @bgp_configurations end |
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
18273 18274 18275 |
# File 'sig/types.rbs', line 18273 def inside_cidr_blocks @inside_cidr_blocks end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
18272 18273 18274 |
# File 'sig/types.rbs', line 18272 def peer_address @peer_address end |
#protocol ⇒ "gre"
Returns the value of attribute protocol.
18274 18275 18276 |
# File 'sig/types.rbs', line 18274 def protocol @protocol end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
18271 18272 18273 |
# File 'sig/types.rbs', line 18271 def transit_gateway_address @transit_gateway_address end |