Class: Aws::Types::TranslationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#brevity"ON"

Returns the value of attribute brevity.

Returns:

  • ("ON")


453
454
455
# File 'sig/types.rbs', line 453

def brevity
  @brevity
end

#formality"FORMAL", "INFORMAL"

Returns the value of attribute formality.

Returns:

  • ("FORMAL", "INFORMAL")


451
452
453
# File 'sig/types.rbs', line 451

def formality
  @formality
end

#profanity"MASK"

Returns the value of attribute profanity.

Returns:

  • ("MASK")


452
453
454
# File 'sig/types.rbs', line 452

def profanity
  @profanity
end