Class: Aws::EC2::Types::DescribePublicIpv4PoolsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribePublicIpv4PoolsResult
- Defined in:
- gems/aws-sdk-ec2/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.
24006 24007 24008 24009 24010 24011 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24006 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.
24006 24007 24008 24009 24010 24011 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24006 class DescribePublicIpv4PoolsResult < Struct.new( :public_ipv_4_pools, :next_token) SENSITIVE = [] include Aws::Structure end |