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.
4203 4204 4205 |
# File 'sig/types.rbs', line 4203 def cascade @cascade end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
4202 4203 4204 |
# File 'sig/types.rbs', line 4202 def ipam_id @ipam_id end |