Class: Aws::Types::TranslationSettings
- Inherits:
-
Object
- Object
- Aws::Types::TranslationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brevity ⇒ "ON"
Returns the value of attribute brevity.
-
#formality ⇒ "FORMAL", "INFORMAL"
Returns the value of attribute formality.
-
#profanity ⇒ "MASK"
Returns the value of attribute profanity.
Instance Attribute Details
#brevity ⇒ "ON"
Returns the value of attribute brevity.
453 454 455 |
# File 'sig/types.rbs', line 453 def brevity @brevity end |
#formality ⇒ "FORMAL", "INFORMAL"
Returns the value of attribute formality.
451 452 453 |
# File 'sig/types.rbs', line 451 def formality @formality end |
#profanity ⇒ "MASK"
Returns the value of attribute profanity.
452 453 454 |
# File 'sig/types.rbs', line 452 def profanity @profanity end |