ColumnMetadata
public struct ColumnMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The format of the column.
Declaration
Swift
public let format: Format -
The name of the column.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(format: Format, name: String)
View on GitHub
ColumnMetadata Structure Reference