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

Class: Aws::Support::Types::Communication

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

Overview

A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the submitter of the communication, and the date and time of the communication.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_setArray<Types::AttachmentDetails>

Information about the attachments to the case communication.

Returns:

#bodyString

The text of the communication between the customer and AWS Support.

Returns:

  • (String)

    The text of the communication between the customer and AWS Support.

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

#submitted_byString

The identity of the account that submitted, or responded to, the support case. Customer entries include the role or IAM user as well as the email address. For example, \"AdminRole (Role) <someone@example.com>. Entries from the AWS Support team display \"Amazon Web Services,\" and do not show an email address.

Returns:

  • (String)

    The identity of the account that submitted, or responded to, the support case.

#time_createdString

The time the communication was created.

Returns:

  • (String)

    The time the communication was created.