Class: Aws::Types::GetIpamDiscoveredRoutesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamDiscoveredRoutesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_discovered_routes ⇒ ::Array[Types::IpamDiscoveredRoute]
Returns the value of attribute ipam_discovered_routes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_discovered_routes ⇒ ::Array[Types::IpamDiscoveredRoute]
Returns the value of attribute ipam_discovered_routes.
10418 10419 10420 |
# File 'sig/types.rbs', line 10418 def ipam_discovered_routes @ipam_discovered_routes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10419 10420 10421 |
# File 'sig/types.rbs', line 10419 def next_token @next_token end |