StopDataSourceSyncJobRequest
public struct StopDataSourceSyncJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the data source for which to stop the synchronization jobs.
Declaration
Swift
public let id: String
-
The identifier of the index that contains the data source.
Declaration
Swift
public let indexId: String
-
Undocumented
Declaration
Swift
public init(id: String, indexId: String)
-
Declaration
Swift
public func validate(name: String) throws