PhysicalTable
public struct PhysicalTable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A physical table type built from the results of the custom SQL query.
Declaration
Swift
public let customSql: CustomSql?
-
A physical table type for relational data sources.
Declaration
Swift
public let relationalTable: RelationalTable?
-
A physical table type for as S3 data source.
Declaration
Swift
public let s3Source: S3Source?
-
Undocumented
Declaration
Swift
public init(customSql: CustomSql? = nil, relationalTable: RelationalTable? = nil, s3Source: S3Source? = nil)
-
Declaration
Swift
public func validate(name: String) throws