DeleteDatastoreRequest
public struct DeleteDatastoreRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the data store to delete.
Declaration
Swift
public let datastoreName: String
-
Undocumented
Declaration
Swift
public init(datastoreName: String)
-
Declaration
Swift
public func validate(name: String) throws