Class: Aws::Types::Language
- Inherits:
-
Object
- Object
- Aws::Types::Language
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#language_name ⇒ ::String
Returns the value of attribute language_name.
Instance Attribute Details
#language_code ⇒ ::String
Returns the value of attribute language_code.
164 165 166 |
# File 'sig/types.rbs', line 164 def language_code @language_code end |
#language_name ⇒ ::String
Returns the value of attribute language_name.
163 164 165 |
# File 'sig/types.rbs', line 163 def language_name @language_name end |