DeleteDataSourceRequest
public struct DeleteDataSourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The API ID.
Declaration
Swift
public let apiId: String
-
The name of the data source.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(apiId: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws