Class: Aws::Types::CreateXMLClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateXMLClassifierRequest
- 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.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def classification @classification end |
#name ⇒ ::String
Returns the value of attribute name.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def name @name end |
#row_tag ⇒ ::String
Returns the value of attribute row_tag.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def row_tag @row_tag end |