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)


4339
4340
4341
# File 'sig/types.rbs', line 4339

def cascade
  @cascade
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4337
4338
4339
# File 'sig/types.rbs', line 4337

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


4338
4339
4340
# File 'sig/types.rbs', line 4338

def ipam_id
  @ipam_id
end