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.
10306 10307 10308 |
# File 'sig/types.rbs', line 10306 def ipam_policy_documents @ipam_policy_documents end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10307 10308 10309 |
# File 'sig/types.rbs', line 10307 def next_token @next_token end |