Class: Aws::Types::GetIpamResourceCidrsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamResourceCidrsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_resource_cidrs ⇒ ::Array[Types::IpamResourceCidr]
Returns the value of attribute ipam_resource_cidrs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_resource_cidrs ⇒ ::Array[Types::IpamResourceCidr]
Returns the value of attribute ipam_resource_cidrs.
10194 10195 10196 |
# File 'sig/types.rbs', line 10194 def ipam_resource_cidrs @ipam_resource_cidrs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10193 10194 10195 |
# File 'sig/types.rbs', line 10193 def next_token @next_token end |