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

Class: Aws::Support::Types::AddCommunicationToCaseRequest

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

Overview

Note:

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

{
  case_id: "CaseId",
  communication_body: "CommunicationBody", # required
  cc_email_addresses: ["CcEmailAddress"],
  attachment_set_id: "AttachmentSetId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_set_idString

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

Returns:

  • (String)

    The ID of a set of one or more attachments for the communication to add to the case.

#case_idString

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Returns:

  • (String)

    The AWS Support case ID requested or returned in the call.

#cc_email_addressesArray<String>

The email addresses in the CC line of an email to be added to the support case.

Returns:

  • (Array<String>)

    The email addresses in the CC line of an email to be added to the support case.

#communication_bodyString

The body of an email communication to add to the support case.

Returns:

  • (String)

    The body of an email communication to add to the support case.