Class: Aws::Types::Term
- Inherits:
-
Object
- Object
- Aws::Types::Term
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_text ⇒ ::String
Returns the value of attribute source_text.
-
#target_text ⇒ ::String
Returns the value of attribute target_text.
Instance Attribute Details
#source_text ⇒ ::String
Returns the value of attribute source_text.
330 331 332 |
# File 'sig/types.rbs', line 330 def source_text @source_text end |
#target_text ⇒ ::String
Returns the value of attribute target_text.
331 332 333 |
# File 'sig/types.rbs', line 331 def target_text @target_text end |