Class: Aws::Translate::Types::ListLanguagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_language_codeString

The language code for the language to use to display the language names in the response. The language code is en by default.

Returns:

  • (String)


665
666
667
668
669
670
671
# File 'gems/aws-sdk-translate/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_resultsInteger

The maximum number of results to return in each response.

Returns:

  • (Integer)


665
666
667
668
669
670
671
# File 'gems/aws-sdk-translate/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_tokenString

Include the NextToken value to fetch the next group of supported languages.

Returns:

  • (String)


665
666
667
668
669
670
671
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 665

class ListLanguagesRequest < Struct.new(
  :display_language_code,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end