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.



10641
10642
10643
# File 'sig/types.rbs', line 10641

def ipam_routing_policy_registrations
  @ipam_routing_policy_registrations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10642
10643
10644
# File 'sig/types.rbs', line 10642

def next_token
  @next_token
end