Class: Aws::Support::Types::CreateCaseRequest

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

#attachment_set_idString

The ID of a set of one or more attachments for the case. Create the set by using the AddAttachmentsToSet operation.

Returns:

  • (String)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  SENSITIVE = []
  include Aws::Structure
end

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


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#cc_email_addressesArray<String>

A list of email addresses that Amazon Web Services Support copies on case correspondence. Amazon Web Services Support identifies the account that creates the case when you specify your Amazon Web Services credentials in an HTTP POST method or use the Amazon Web Services SDKs.

Returns:

  • (Array<String>)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#communication_bodyString

The communication body text that describes the issue. This text appears in the Description field on the Amazon Web Services Support Center Create Case page.

Returns:

  • (String)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  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)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  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)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  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)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#severity_codeString

A value that indicates the urgency of the case. This value determines the response time according to your service level agreement with Amazon Web Services Support. You can use the DescribeSeverityLevels operation to get the possible values for severityCode.

For more information, see SeverityLevel and Choosing a Severity in the Amazon Web Services Support User Guide.

The availability of severity levels depends on the support plan for the Amazon Web Services account.

Returns:

  • (String)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

The title of the support case. The title appears in the Subject field on the Amazon Web Services Support Center Create Case page.

Returns:

  • (String)


604
605
606
607
608
609
610
611
612
613
614
615
616
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 604

class CreateCaseRequest < Struct.new(
  :subject,
  :service_code,
  :severity_code,
  :category_code,
  :communication_body,
  :cc_email_addresses,
  :language,
  :issue_type,
  :attachment_set_id)
  SENSITIVE = []
  include Aws::Structure
end