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

Class: Aws::SWF::Types::PendingTaskCount

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

Overview

Contains the count of tasks in a task list.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of tasks in the task list.

Returns:

  • (Integer)

    The number of tasks in the task list.

#truncatedBoolean

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

Returns:

  • (Boolean)

    If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.