class Aws::Support::Types::DescribeCommunicationsRequest

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

data as a hash:

    {
      case_id: "CaseId", # required
      before_time: "BeforeTime",
      after_time: "AfterTime",
      next_token: "NextToken",
      max_results: 1,
    }

@!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] before_time

The end date for a filtered date search on support case
communications. Case communications are available for 12 months
after creation.
@return [String]

@!attribute [rw] after_time

The start date for a filtered date search on support case
communications. Case communications are available for 12 months
after creation.
@return [String]

@!attribute [rw] next_token

A resumption point for pagination.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return before paginating.
@return [Integer]

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

Constants

SENSITIVE