Ipv6Pool
public struct Ipv6Pool : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description for the address pool.
Declaration
Swift
public let description: String?
-
The CIDR blocks for the address pool.
Declaration
Swift
public let poolCidrBlocks: [PoolCidrBlock]?
-
The ID of the address pool.
Declaration
Swift
public let poolId: String?
-
Any tags for the address pool.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, poolCidrBlocks: [PoolCidrBlock]? = nil, poolId: String? = nil, tags: [Tag]? = nil)