AWS SDK for .NET Documentation
DescribeCases Method (describeCasesRequest)
AmazonAmazon.AWSSupportAmazonAWSSupportDescribeCases(DescribeCasesRequest) Did this page help you?   Yes   No    Tell us about it...

Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the AfterTime and BeforeTime request parameters.

The response returns the following in JSON format:

  1. One or more CaseDetails data types.
  2. One or more NextToken values, which specify where to paginate the returned records represented by the CaseDetails objects.
Declaration Syntax
C#
DescribeCasesResponse DescribeCases(
	DescribeCasesRequest describeCasesRequest
)
Parameters
describeCasesRequest (DescribeCasesRequest)
Container for the necessary parameters to execute the DescribeCases service method on AmazonAWSSupport.
Return Value
The response from the DescribeCases service method, as returned by AmazonAWSSupport.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)