Class: Aws::Types::GetIpamRoutingPolicyRegistrationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamRoutingPolicyRegistrationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_routing_policy_registrations ⇒ ::Array[Types::IpamRoutingPolicyRegistration]
Returns the value of attribute ipam_routing_policy_registrations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_routing_policy_registrations ⇒ ::Array[Types::IpamRoutingPolicyRegistration]
Returns the value of attribute ipam_routing_policy_registrations.
10635 10636 10637 |
# File 'sig/types.rbs', line 10635 def ipam_routing_policy_registrations @ipam_routing_policy_registrations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10636 10637 10638 |
# File 'sig/types.rbs', line 10636 def next_token @next_token end |