CreateDedicatedIpPoolRequest
public struct CreateDedicatedIpPoolRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the dedicated IP pool.
Declaration
Swift
public let poolName: String
-
An object that defines the tags (keys and values) that you want to associate with the pool.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(poolName: String, tags: [Tag]? = nil)