Class: Aws::Types::PublicIpv4PoolRange
- Inherits:
-
Object
- Object
- Aws::Types::PublicIpv4PoolRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_count ⇒ ::Integer
Returns the value of attribute address_count.
-
#available_address_count ⇒ ::Integer
Returns the value of attribute available_address_count.
-
#first_address ⇒ ::String
Returns the value of attribute first_address.
-
#last_address ⇒ ::String
Returns the value of attribute last_address.
Instance Attribute Details
#address_count ⇒ ::Integer
Returns the value of attribute address_count.
15421 15422 15423 |
# File 'sig/types.rbs', line 15421 def address_count @address_count end |
#available_address_count ⇒ ::Integer
Returns the value of attribute available_address_count.
15422 15423 15424 |
# File 'sig/types.rbs', line 15422 def available_address_count @available_address_count end |
#first_address ⇒ ::String
Returns the value of attribute first_address.
15419 15420 15421 |
# File 'sig/types.rbs', line 15419 def first_address @first_address end |
#last_address ⇒ ::String
Returns the value of attribute last_address.
15420 15421 15422 |
# File 'sig/types.rbs', line 15420 def last_address @last_address end |