class AWS::SimpleWorkflow::Count
are definitive.
could be represented to a user like “100+”. Non-truncated counts
counts indicate a lower bound. A count of 100 that is truncated
Simple Workflow returns counts that may be truncated. Truncated
def == other
def == other other.is_a?(Count) and other.count == self.count and other.truncated? == self.truncated? end
def initialize count, truncated
- Private: -
def initialize count, truncated @count = count @truncated = truncated end
def truncated?
-
(Boolean)
-
def truncated? @truncated end