Class: Aws::Types::PreParseTextTransformation
- Inherits:
-
Object
- Object
- Aws::Types::PreParseTextTransformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#type ⇒ "NONE", ...
Returns the value of attribute type.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def priority @priority end |
#type ⇒ "NONE", ...
Returns the value of attribute type.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def type @type end |