AWSMachineLearningDeleteDataSourceOutput
Objective-C
@interface AWSMachineLearningDeleteDataSourceOutput
Swift
class AWSMachineLearningDeleteDataSourceOutput
Represents the output of a DeleteDataSource
operation.
-
A user-supplied ID that uniquely identifies the
DataSource
. This value should be identical to the value of theDataSourceID
in the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceId;
Swift
var dataSourceId: String? { get set }