Class: Aws::Types::DisableIpamPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableIpamPolicyRequest
- 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.
-
#organization_target_id ⇒ ::String
Returns the value of attribute organization_target_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8526 8527 8528 |
# File 'sig/types.rbs', line 8526 def dry_run @dry_run end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
8527 8528 8529 |
# File 'sig/types.rbs', line 8527 def ipam_policy_id @ipam_policy_id end |
#organization_target_id ⇒ ::String
Returns the value of attribute organization_target_id.
8528 8529 8530 |
# File 'sig/types.rbs', line 8528 def organization_target_id @organization_target_id end |