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.
17964 17965 17966 |
# File 'sig/types.rbs', line 17964 def bgp_configurations @bgp_configurations end |
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
17962 17963 17964 |
# File 'sig/types.rbs', line 17962 def inside_cidr_blocks @inside_cidr_blocks end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
17961 17962 17963 |
# File 'sig/types.rbs', line 17961 def peer_address @peer_address end |
#protocol ⇒ "gre"
Returns the value of attribute protocol.
17963 17964 17965 |
# File 'sig/types.rbs', line 17963 def protocol @protocol end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
17960 17961 17962 |
# File 'sig/types.rbs', line 17960 def transit_gateway_address @transit_gateway_address end |