XMLClassifier

public struct XMLClassifier : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An identifier of the data format that the classifier matches.

    Declaration

    Swift

    public let classification: String
  • The time that this classifier was registered.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The time that this classifier was last updated.

    Declaration

    Swift

    public let lastUpdated: TimeStamp?
  • The name of the classifier.

    Declaration

    Swift

    public let name: String
  • The XML tag designating the element that contains each record in an XML document being parsed. This can’t identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a=“A” item_b=“B”></row> is okay, but <row item_a=“A” item_b=“B” /> is not).

    Declaration

    Swift

    public let rowTag: String?
  • The version of this classifier.

    Declaration

    Swift

    public let version: Int64?
  • Undocumented

    Declaration

    Swift

    public init(classification: String, creationTime: TimeStamp? = nil, lastUpdated: TimeStamp? = nil, name: String, rowTag: String? = nil, version: Int64? = nil)