GetDataSourceInput
public struct GetDataSourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID assigned to the DataSource at creation.
Declaration
Swift
public let dataSourceId: String
-
Specifies whether the GetDataSource operation should return DataSourceSchema. If true, DataSourceSchema is returned. If false, DataSourceSchema is not returned.
Declaration
Swift
public let verbose: Bool?
-
Undocumented
Declaration
Swift
public init(dataSourceId: String, verbose: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws