Class: Aws::Support::Types::DescribeSupportedLanguagesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#supported_languagesArray<Types::SupportedLanguage>

A JSON-formatted array that contains the available ISO 639-1 language codes.

Returns:



1018
1019
1020
1021
1022
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1018

class DescribeSupportedLanguagesResponse < Struct.new(
  :supported_languages)
  SENSITIVE = []
  include Aws::Structure
end