Class: Aws::Types::DeleteBGPPeerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


340
341
342
# File 'sig/types.rbs', line 340

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


341
342
343
# File 'sig/types.rbs', line 341

def asn_long
  @asn_long
end

#bgp_peer_id::String

Returns the value of attribute bgp_peer_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def bgp_peer_id
  @bgp_peer_id
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def customer_address
  @customer_address
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def virtual_interface_id
  @virtual_interface_id
end