Class: Aws::Types::GetIpamDiscoveredResourceCidrsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamDiscoveredResourceCidrsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_discovered_resource_cidrs ⇒ ::Array[Types::IpamDiscoveredResourceCidr]
Returns the value of attribute ipam_discovered_resource_cidrs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_discovered_resource_cidrs ⇒ ::Array[Types::IpamDiscoveredResourceCidr]
Returns the value of attribute ipam_discovered_resource_cidrs.
10289 10290 10291 |
# File 'sig/types.rbs', line 10289 def ipam_discovered_resource_cidrs @ipam_discovered_resource_cidrs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10290 10291 10292 |
# File 'sig/types.rbs', line 10290 def next_token @next_token end |