Class: Aws::Support::Types::DescribeSupportedLanguagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeSupportedLanguagesResponse
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#supported_languages ⇒ Array<Types::SupportedLanguage>
A JSON-formatted array that contains the available ISO 639-1 language codes.
Instance Attribute Details
#supported_languages ⇒ Array<Types::SupportedLanguage>
A JSON-formatted array that contains the available ISO 639-1 language codes.
1028 1029 1030 1031 1032 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1028 class DescribeSupportedLanguagesResponse < Struct.new( :supported_languages) SENSITIVE = [] include Aws::Structure end |