GetTableResponse
public struct GetTableResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Table object that defines the specified table.
Declaration
Swift
public let table: Table? -
Undocumented
Declaration
Swift
public init(table: Table? = nil)
View on GitHub
GetTableResponse Structure Reference