Class: Aws::Support::Types::DescribeSupportedLanguagesRequest

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

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


1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1003

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

#issue_typeString

The type of issue for the case. You can specify customer-service or technical.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1003

class DescribeSupportedLanguagesRequest < Struct.new(
  :issue_type,
  :service_code,
  :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)


1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1003

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