Class: Aws::Types::ConnectPeerConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • ("GRE", "NO_ENCAP")


192
193
194
# File 'sig/types.rbs', line 192

def protocol
  @protocol
end