Class: Aws::Types::CreateXMLClassifierRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def classification
  @classification
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def name
  @name
end

#row_tag::String

Returns the value of attribute row_tag.

Returns:

  • (::String)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def row_tag
  @row_tag
end