Class: Aws::Support::Types::DescribeSeverityLevelsRequest

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

#languageString

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.

Returns:

  • (String)


961
962
963
964
965
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 961

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