Class: Aws::Types::ConnectPeerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectPeerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_configurations ⇒ ::Array[Types::ConnectPeerBgpConfiguration]
Returns the value of attribute bgp_configurations.
-
#core_network_address ⇒ ::String
Returns the value of attribute core_network_address.
-
#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", "NO_ENCAP"
Returns the value of attribute protocol.
Instance Attribute Details
#bgp_configurations ⇒ ::Array[Types::ConnectPeerBgpConfiguration]
Returns the value of attribute bgp_configurations.
193 194 195 |
# File 'sig/types.rbs', line 193 def bgp_configurations @bgp_configurations end |
#core_network_address ⇒ ::String
Returns the value of attribute core_network_address.
189 190 191 |
# File 'sig/types.rbs', line 189 def core_network_address @core_network_address end |
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
191 192 193 |
# File 'sig/types.rbs', line 191 def inside_cidr_blocks @inside_cidr_blocks end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
190 191 192 |
# File 'sig/types.rbs', line 190 def peer_address @peer_address end |
#protocol ⇒ "GRE", "NO_ENCAP"
Returns the value of attribute protocol.
192 193 194 |
# File 'sig/types.rbs', line 192 def protocol @protocol end |