class Aws::Support::Types::DescribeCasesRequest

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

data as a hash:

    {
      case_id_list: ["CaseId"],
      display_id: "DisplayId",
      after_time: "AfterTime",
      before_time: "BeforeTime",
      include_resolved_cases: false,
      next_token: "NextToken",
      max_results: 1,
      language: "Language",
      include_communications: false,
    }

@!attribute [rw] case_id_list

A list of ID numbers of the support cases you want returned. The
maximum number of cases is 100.
@return [Array<String>]

@!attribute [rw] display_id

The ID displayed for a case in the AWS Support Center user
interface.
@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] 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] include_resolved_cases

Specifies whether to include resolved support cases in the
`DescribeCases` response. By default, resolved cases aren't
included.
@return [Boolean]

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

@!attribute [rw] language

The ISO 639-1 code for the language in which AWS provides support.
AWS Support currently supports English ("en") and Japanese
("ja"). Language parameters must be passed explicitly for
operations that take them.
@return [String]

@!attribute [rw] include_communications

Specifies whether to include communications in the `DescribeCases`
response. By default, communications are included.
@return [Boolean]

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

Constants

SENSITIVE