Class: Aws::Types::DeleteIpamPoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cascadeBoolean

Returns the value of attribute cascade.

Returns:

  • (Boolean)


4305
4306
4307
# File 'sig/types.rbs', line 4305

def cascade
  @cascade
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4303
4304
4305
# File 'sig/types.rbs', line 4303

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


4304
4305
4306
# File 'sig/types.rbs', line 4304

def ipam_pool_id
  @ipam_pool_id
end