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)


4169
4170
4171
# File 'sig/types.rbs', line 4169

def cascade
  @cascade
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4167
4168
4169
# File 'sig/types.rbs', line 4167

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


4168
4169
4170
# File 'sig/types.rbs', line 4168

def ipam_pool_id
  @ipam_pool_id
end