class Aws::Support::Types::AddCommunicationToCaseRequest

@note When making an API call, you may pass AddCommunicationToCaseRequest

data as a hash:

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

@!attribute [rw] case_id

The 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*
@return [String]

@!attribute [rw] communication_body

The body of an email communication to add to the support case.
@return [String]

@!attribute [rw] cc_email_addresses

The email addresses in the CC line of an email to be added to the
support case.
@return [Array<String>]

@!attribute [rw] attachment_set_id

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

@see docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCaseRequest AWS API Documentation

Constants

SENSITIVE