DeleteDataSourceRequest
public struct DeleteDataSourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier of the data source to delete.
Declaration
Swift
public let id: String -
The unique identifier of the index associated with 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
View on GitHub
DeleteDataSourceRequest Structure Reference