You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Support::Types::DescribeServicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeServicesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_code_list: ["ServiceCode"],
  language: "Language",
}

Instance Attribute Summary collapse

Instance Attribute Details

#languageString

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

Returns:

  • (String)

    The ISO 639-1 code for the language in which AWS provides support.

#service_code_listArray<String>

A JSON-formatted list of service codes available for AWS services.

Returns:

  • (Array<String>)

    A JSON-formatted list of service codes available for AWS services.