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.
16015 16016 16017 |
# File 'sig/types.rbs', line 16015 def pool_address_range @pool_address_range end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
16014 16015 16016 |
# File 'sig/types.rbs', line 16014 def pool_id @pool_id end |