Class: Aws::Types::ModifyIpamPolicyAllocationRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamPolicyAllocationRulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_rules ⇒ ::Array[Types::IpamPolicyAllocationRuleRequest]
Returns the value of attribute allocation_rules.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#resource_type ⇒ "alb", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#allocation_rules ⇒ ::Array[Types::IpamPolicyAllocationRuleRequest]
Returns the value of attribute allocation_rules.
13589 13590 13591 |
# File 'sig/types.rbs', line 13589 def allocation_rules @allocation_rules end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13585 13586 13587 |
# File 'sig/types.rbs', line 13585 def dry_run @dry_run end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
13586 13587 13588 |
# File 'sig/types.rbs', line 13586 def ipam_policy_id @ipam_policy_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
13587 13588 13589 |
# File 'sig/types.rbs', line 13587 def locale @locale end |
#resource_type ⇒ "alb", ...
Returns the value of attribute resource_type.
13588 13589 13590 |
# File 'sig/types.rbs', line 13588 def resource_type @resource_type end |