Class: Aws::Types::ProvisionPublicIpv4PoolCidrResult
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionPublicIpv4PoolCidrResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pool_address_range ⇒ Types::PublicIpv4PoolRange
Returns the value of attribute pool_address_range.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#pool_address_range ⇒ Types::PublicIpv4PoolRange
Returns the value of attribute pool_address_range.
15379 15380 15381 |
# File 'sig/types.rbs', line 15379 def pool_address_range @pool_address_range end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
15378 15379 15380 |
# File 'sig/types.rbs', line 15378 def pool_id @pool_id end |