Class: Aws::Types::IpamPolicyDocument
- Inherits:
-
Object
- Object
- Aws::Types::IpamPolicyDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_rules ⇒ ::Array[Types::IpamPolicyAllocationRule]
Returns the value of attribute allocation_rules.
-
#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::IpamPolicyAllocationRule]
Returns the value of attribute allocation_rules.
12083 12084 12085 |
# File 'sig/types.rbs', line 12083 def allocation_rules @allocation_rules end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
12080 12081 12082 |
# File 'sig/types.rbs', line 12080 def ipam_policy_id @ipam_policy_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
12081 12082 12083 |
# File 'sig/types.rbs', line 12081 def locale @locale end |
#resource_type ⇒ "alb", ...
Returns the value of attribute resource_type.
12082 12083 12084 |
# File 'sig/types.rbs', line 12082 def resource_type @resource_type end |