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

Class: Aws::Support::Types::DescribeCasesResponse

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

Overview

Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#casesArray<Types::CaseDetails>

The details for the cases that match the request.

Returns:

#next_tokenString

A resumption point for pagination.

Returns:

  • (String)

    A resumption point for pagination.