Class: Aws::Types::GetIpamRoutingPolicyRegistrationDeltasResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamRoutingPolicyRegistrationDeltasResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_routing_policy_registration_deltas ⇒ ::Array[Types::IpamRoutingPolicyRegistrationDelta]
Returns the value of attribute ipam_routing_policy_registration_deltas.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_routing_policy_registration_deltas ⇒ ::Array[Types::IpamRoutingPolicyRegistrationDelta]
Returns the value of attribute ipam_routing_policy_registration_deltas.
10620 10621 10622 |
# File 'sig/types.rbs', line 10620 def ipam_routing_policy_registration_deltas @ipam_routing_policy_registration_deltas end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10621 10622 10623 |
# File 'sig/types.rbs', line 10621 def next_token @next_token end |