Class: Aws::Support::Types::DescribeCreateCaseOptionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_codeString

The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-support/types.rb', line 889

class DescribeCreateCaseOptionsRequest < Struct.new(
  :issue_type,
  :service_code,
  :language,
  :category_code)
  SENSITIVE = []
  include Aws::Structure
end

#issue_typeString

The type of issue for the case. You can specify ‘customer-service` or `technical`. If you don’t specify a value, the default is ‘technical`.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-support/types.rb', line 889

class DescribeCreateCaseOptionsRequest < Struct.new(
  :issue_type,
  :service_code,
  :language,
  :category_code)
  SENSITIVE = []
  include Aws::Structure
end

#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)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-support/types.rb', line 889

class DescribeCreateCaseOptionsRequest < Struct.new(
  :issue_type,
  :service_code,
  :language,
  :category_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible ‘serviceCode` values.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-support/types.rb', line 889

class DescribeCreateCaseOptionsRequest < Struct.new(
  :issue_type,
  :service_code,
  :language,
  :category_code)
  SENSITIVE = []
  include Aws::Structure
end