Class: Aws::Types::DeleteIpamRequest

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)


4400
4401
4402
# File 'sig/types.rbs', line 4400

def cascade
  @cascade
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4398
4399
4400
# File 'sig/types.rbs', line 4398

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


4399
4400
4401
# File 'sig/types.rbs', line 4399

def ipam_id
  @ipam_id
end