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.
15676 15677 15678 |
# File 'sig/types.rbs', line 15676 def pool_address_range @pool_address_range end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
15675 15676 15677 |
# File 'sig/types.rbs', line 15675 def pool_id @pool_id end |