Class AWS::SimpleWorkflow::Count
In: lib/aws/simple_workflow/count.rb
Parent: Object

Simple Workflow returns counts that may be truncated. Truncated counts indicate a lower bound. A count of 100 that is truncated could be represented to a user like "100+". Non-truncated counts are definitive.

Methods

==   eql?   new   truncated?  

External Aliases

count -> to_i

Attributes

count  [R]  @return [Integer]

Public Class methods

Public Instance methods

eql?(other)

Alias for #==

@return [Boolean]

[Validate]