UpdateDataSourceOutput
public struct UpdateDataSourceOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID assigned to the DataSource during creation. 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)