Class: Aws::Types::ListLanguagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLanguagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_language_code ⇒ "de", ...
Returns the value of attribute display_language_code.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#display_language_code ⇒ "de", ...
Returns the value of attribute display_language_code.
174 175 176 |
# File 'sig/types.rbs', line 174 def display_language_code @display_language_code end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
176 177 178 |
# File 'sig/types.rbs', line 176 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
175 176 177 |
# File 'sig/types.rbs', line 175 def next_token @next_token end |