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
#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.
25242 25243 25244 25245 25246 25247 |
# File 'lib/aws-sdk-ec2/types.rb', line 25242 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end |
#public_ipv_4_pools ⇒ Array<Types::PublicIpv4Pool>
Information about the address pools.
25242 25243 25244 25245 25246 25247 |
# File 'lib/aws-sdk-ec2/types.rb', line 25242 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end |