ListMLTransformsResponse
public struct ListMLTransformsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A continuation token, if the returned list does not contain the last metric available.
Declaration
Swift
public let nextToken: String? -
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
Declaration
Swift
public let transformIds: [String] -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, transformIds: [String])
View on GitHub
ListMLTransformsResponse Structure Reference