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.
10412 10413 10414 |
# File 'sig/types.rbs', line 10412 def ipam_discovered_routes @ipam_discovered_routes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10413 10414 10415 |
# File 'sig/types.rbs', line 10413 def next_token @next_token end |