class Aws::Glue::Types::UpdateXMLClassifierRequest

Specifies an XML classifier to be updated.

@note When making an API call, you may pass UpdateXMLClassifierRequest

data as a hash:

    {
      name: "NameString", # required
      classification: "Classification",
      row_tag: "RowTag",
    }

@!attribute [rw] name

The name of the classifier.
@return [String]

@!attribute [rw] classification

An identifier of the data format that the classifier matches.
@return [String]

@!attribute [rw] row_tag

The XML tag designating the element that contains each record in an
XML document being parsed. This cannot 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).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateXMLClassifierRequest AWS API Documentation

Constants

SENSITIVE