TagColumnOperation

public struct TagColumnOperation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The column that this operation acts on.

    Declaration

    Swift

    public let columnName: String
  • The dataset column tag, currently only used for geospatial type tagging. . This is not tags for the AWS tagging feature. .

    Declaration

    Swift

    public let tags: [ColumnTag]
  • Undocumented

    Declaration

    Swift

    public init(columnName: String, tags: [ColumnTag])
  • Declaration

    Swift

    public func validate(name: String) throws