Class: Aws::Types::IpamConfig
- Inherits:
-
Object
- Object
- Aws::Types::IpamConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_cidr_configs ⇒ ::Array[Types::IpamCidrConfig]
Returns the value of attribute ipam_cidr_configs.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#ipam_cidr_configs ⇒ ::Array[Types::IpamCidrConfig]
Returns the value of attribute ipam_cidr_configs.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def ipam_cidr_configs @ipam_cidr_configs end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def quantity @quantity end |