Class: Aws::EC2::Types::DescribeIpv6PoolsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeIpv6PoolsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_pools ⇒ Array<Types::Ipv6Pool>
Information about the IPv6 address pools.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#ipv_6_pools ⇒ Array<Types::Ipv6Pool>
Information about the IPv6 address pools.
23368 23369 23370 23371 23372 23373 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23368 class DescribeIpv6PoolsResult < Struct.new( :ipv_6_pools, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
23368 23369 23370 23371 23372 23373 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23368 class DescribeIpv6PoolsResult < Struct.new( :ipv_6_pools, :next_token) SENSITIVE = [] include Aws::Structure end |