Class: Aws::Translate::Types::ListLanguagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListLanguagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_language_code ⇒ String
The language code for the language to use to display the language names in the response.
-
#max_results ⇒ Integer
The maximum number of results to return in each response.
-
#next_token ⇒ String
Include the NextToken value to fetch the next group of supported languages.
Instance Attribute Details
#display_language_code ⇒ String
The language code for the language to use to display the language names in the response. The language code is ‘en` by default.
665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-translate/types.rb', line 665 class ListLanguagesRequest < Struct.new( :display_language_code, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in each response.
665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-translate/types.rb', line 665 class ListLanguagesRequest < Struct.new( :display_language_code, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include the NextToken value to fetch the next group of supported languages.
665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-translate/types.rb', line 665 class ListLanguagesRequest < Struct.new( :display_language_code, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |