ImportLabelsTaskRunProperties
public struct ImportLabelsTaskRunProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
Declaration
Swift
public let inputS3Path: String? -
Indicates whether to overwrite your existing labels.
Declaration
Swift
public let replace: Bool? -
Undocumented
Declaration
Swift
public init(inputS3Path: String? = nil, replace: Bool? = nil)
View on GitHub
ImportLabelsTaskRunProperties Structure Reference