Class: Aws::Types::DeleteIpamPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4156 4157 4158 |
# File 'sig/types.rbs', line 4156 def dry_run @dry_run end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
4157 4158 4159 |
# File 'sig/types.rbs', line 4157 def ipam_policy_id @ipam_policy_id end |