Class: Aws::Types::TextTransformation
- Inherits:
-
Object
- Object
- Aws::Types::TextTransformation
- 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.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def priority @priority end |
#type ⇒ "NONE", ...
Returns the value of attribute type.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def type @type end |