Class: Aws::Types::PublicIpv4Pool
- Inherits:
-
Object
- Object
- Aws::Types::PublicIpv4Pool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_address_ranges ⇒ ::Array[Types::PublicIpv4PoolRange]
Returns the value of attribute pool_address_ranges.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#total_address_count ⇒ ::Integer
Returns the value of attribute total_address_count.
-
#total_available_address_count ⇒ ::Integer
Returns the value of attribute total_available_address_count.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
15409 15410 15411 |
# File 'sig/types.rbs', line 15409 def description @description end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
15413 15414 15415 |
# File 'sig/types.rbs', line 15413 def network_border_group @network_border_group end |
#pool_address_ranges ⇒ ::Array[Types::PublicIpv4PoolRange]
Returns the value of attribute pool_address_ranges.
15410 15411 15412 |
# File 'sig/types.rbs', line 15410 def pool_address_ranges @pool_address_ranges end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
15408 15409 15410 |
# File 'sig/types.rbs', line 15408 def pool_id @pool_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15414 15415 15416 |
# File 'sig/types.rbs', line 15414 def @tags end |
#total_address_count ⇒ ::Integer
Returns the value of attribute total_address_count.
15411 15412 15413 |
# File 'sig/types.rbs', line 15411 def total_address_count @total_address_count end |
#total_available_address_count ⇒ ::Integer
Returns the value of attribute total_available_address_count.
15412 15413 15414 |
# File 'sig/types.rbs', line 15412 def total_available_address_count @total_available_address_count end |