Class: Aws::Types::GetIpamPolicyAllocationRulesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamPolicyAllocationRulesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_policy_documents ⇒ ::Array[Types::IpamPolicyDocument]
Returns the value of attribute ipam_policy_documents.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_policy_documents ⇒ ::Array[Types::IpamPolicyDocument]
Returns the value of attribute ipam_policy_documents.
10459 10460 10461 |
# File 'sig/types.rbs', line 10459 def ipam_policy_documents @ipam_policy_documents end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10460 10461 10462 |
# File 'sig/types.rbs', line 10460 def next_token @next_token end |