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

Class: Aws::Support::Types::DescribeCommunicationsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#after_timeString

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

Returns:

  • (String)

    The start date for a filtered date search on support case communications.

#before_timeString

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

Returns:

  • (String)

    The end date for a filtered date search on support case communications.

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

#max_resultsInteger

The maximum number of results to return before paginating.

Returns:

  • (Integer)

    The maximum number of results to return before paginating.

#next_tokenString

A resumption point for pagination.

Returns:

  • (String)

    A resumption point for pagination.