Class: Aws::Types::WorkflowExecutionCount
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionCount
- 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.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def count @count end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def truncated @truncated end |