Class: Aws::Support::Types::DescribeServicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeServicesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#language ⇒ String
The language in which Amazon Web Services Support handles the case.
-
#service_code_list ⇒ Array<String>
A JSON-formatted list of service codes available for Amazon Web Services services.
Instance Attribute Details
#language ⇒ String
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English (“en”), Japanese (“ja”) and Korean (“ko”). You must specify the ISO 639-1 code for the ‘language` parameter if you want support in that language.
938 939 940 941 942 943 |
# File 'lib/aws-sdk-support/types.rb', line 938 class DescribeServicesRequest < Struct.new( :service_code_list, :language) SENSITIVE = [] include Aws::Structure end |
#service_code_list ⇒ Array<String>
A JSON-formatted list of service codes available for Amazon Web Services services.
938 939 940 941 942 943 |
# File 'lib/aws-sdk-support/types.rb', line 938 class DescribeServicesRequest < Struct.new( :service_code_list, :language) SENSITIVE = [] include Aws::Structure end |