Class: Aws::Types::DeleteIpamPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamPoolRequest
- 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_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
Instance Attribute Details
#cascade ⇒ Boolean
Returns the value of attribute cascade.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def cascade @cascade end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def ipam_pool_id @ipam_pool_id end |