Class: Aws::Types::DescribePublicIpv4PoolsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribePublicIpv4PoolsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#public_ipv_4_pools ⇒ ::Array[Types::PublicIpv4Pool]
Returns the value of attribute public_ipv_4_pools.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6789 6790 6791 |
# File 'sig/types.rbs', line 6789 def next_token @next_token end |
#public_ipv_4_pools ⇒ ::Array[Types::PublicIpv4Pool]
Returns the value of attribute public_ipv_4_pools.
6788 6789 6790 |
# File 'sig/types.rbs', line 6788 def public_ipv_4_pools @public_ipv_4_pools end |