DescribeIpv6PoolsResult
public struct DescribeIpv6PoolsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the IPv6 address pools.
Declaration
Swift
public let ipv6Pools: [Ipv6Pool]? -
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(ipv6Pools: [Ipv6Pool]? = nil, nextToken: String? = nil)
View on GitHub
DescribeIpv6PoolsResult Structure Reference