Class: Aws::Types::GetIpamRoutingPolicyRegistrationsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


10636
10637
10638
# File 'sig/types.rbs', line 10636

def next_token
  @next_token
end