Class: Aws::Types::SupportedLanguage
- Inherits:
-
Object
- Object
- Aws::Types::SupportedLanguage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#display ⇒ ::String
Returns the value of attribute display.
-
#language ⇒ ::String
Returns the value of attribute language.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
420 421 422 |
# File 'sig/types.rbs', line 420 def code @code end |
#display ⇒ ::String
Returns the value of attribute display.
422 423 424 |
# File 'sig/types.rbs', line 422 def display @display end |
#language ⇒ ::String
Returns the value of attribute language.
421 422 423 |
# File 'sig/types.rbs', line 421 def language @language end |