Class: Aws::Types::DeleteIpamRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cascade ⇒ Boolean
Returns the value of attribute cascade.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
Instance Attribute Details
#cascade ⇒ Boolean
Returns the value of attribute cascade.
4339 4340 4341 |
# File 'sig/types.rbs', line 4339 def cascade @cascade end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
4338 4339 4340 |
# File 'sig/types.rbs', line 4338 def ipam_id @ipam_id end |