Class: Aws::Translate::Types::ListLanguagesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_language_codeString

The language code passed in with the request.

Returns:

  • (String)


689
690
691
692
693
694
695
# File 'lib/aws-sdk-translate/types.rb', line 689

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

#languagesArray<Types::Language>

The list of supported languages.

Returns:



689
690
691
692
693
694
695
# File 'lib/aws-sdk-translate/types.rb', line 689

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

#next_tokenString

If the response does not include all remaining results, use the NextToken in the next request to fetch the next group of supported languages.

Returns:

  • (String)


689
690
691
692
693
694
695
# File 'lib/aws-sdk-translate/types.rb', line 689

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