Class: Aws::Types::UpdateXMLClassifierRequest

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)


8305
8306
8307
# File 'sig/types.rbs', line 8305

def classification
  @classification
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8304
8305
8306
# File 'sig/types.rbs', line 8304

def name
  @name
end

#row_tag::String

Returns the value of attribute row_tag.

Returns:

  • (::String)


8306
8307
8308
# File 'sig/types.rbs', line 8306

def row_tag
  @row_tag
end