Class: Aws::EC2::Types::DescribePublicIpv4PoolsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribePublicIpv4PoolsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#public_ipv_4_pools ⇒ Array<Types::PublicIpv4Pool>
Information about the address pools.
Instance Attribute Details
permalink #next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
25429 25430 25431 25432 25433 25434 |
# File 'lib/aws-sdk-ec2/types.rb', line 25429 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end |
permalink #public_ipv_4_pools ⇒ Array<Types::PublicIpv4Pool>
Information about the address pools.
25429 25430 25431 25432 25433 25434 |
# File 'lib/aws-sdk-ec2/types.rb', line 25429 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end |