Class: Aws::Types::UpdateXMLClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateXMLClassifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
Instance Attribute Details
#classification ⇒ ::String
Returns the value of attribute classification.
8273 8274 8275 |
# File 'sig/types.rbs', line 8273 def classification @classification end |
#name ⇒ ::String
Returns the value of attribute name.
8272 8273 8274 |
# File 'sig/types.rbs', line 8272 def name @name end |
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
8274 8275 8276 |
# File 'sig/types.rbs', line 8274 def row_tag @row_tag end |