Class: Aws::Types::PendingTaskCount
- Inherits:
-
Object
- Object
- Aws::Types::PendingTaskCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
639 640 641 |
# File 'sig/types.rbs', line 639 def count @count end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
640 641 642 |
# File 'sig/types.rbs', line 640 def truncated @truncated end |