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.
10081 10082 10083 |
# File 'sig/types.rbs', line 10081 def ipam_policy_documents @ipam_policy_documents end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10082 10083 10084 |
# File 'sig/types.rbs', line 10082 def next_token @next_token end |