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)


379
380
381
# File 'sig/types.rbs', line 379

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def asn_long
  @asn_long
end

#bgp_peer_id::String

Returns the value of attribute bgp_peer_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def bgp_peer_id
  @bgp_peer_id
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def customer_address
  @customer_address
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def virtual_interface_id
  @virtual_interface_id
end