Class: Aws::Types::ConnectPeerBgpConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_address ⇒ ::String

Returns the value of attribute core_network_address.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def core_network_address
  @core_network_address
end

#core_network_asn ⇒ ::Integer

Returns the value of attribute core_network_asn.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def core_network_asn
  @core_network_asn
end

#peer_address ⇒ ::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def peer_address
  @peer_address
end

#peer_asn ⇒ ::Integer

Returns the value of attribute peer_asn.

Returns:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def peer_asn
  @peer_asn
end