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)


4203
4204
4205
# File 'sig/types.rbs', line 4203

def cascade
  @cascade
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4201
4202
4203
# File 'sig/types.rbs', line 4201

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


4202
4203
4204
# File 'sig/types.rbs', line 4202

def ipam_id
  @ipam_id
end