Class: Aws::Types::DeleteCoipPoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coip_pool_id::String

Returns the value of attribute coip_pool_id.

Returns:

  • (::String)


4017
4018
4019
# File 'sig/types.rbs', line 4017

def coip_pool_id
  @coip_pool_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4018
4019
4020
# File 'sig/types.rbs', line 4018

def dry_run
  @dry_run
end