CreateDataSourceFromS3Output
public struct CreateDataSourceFromS3Output : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the value of the DataSourceID in the request.
Declaration
Swift
public let dataSourceId: String?
-
Undocumented
Declaration
Swift
public init(dataSourceId: String? = nil)