Class: Aws::Types::ListWorkflowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workflows ⇒ ::Array[::String]
Returns the value of attribute workflows.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5586 5587 5588 |
# File 'sig/types.rbs', line 5586 def next_token @next_token end |
#workflows ⇒ ::Array[::String]
Returns the value of attribute workflows.
5585 5586 5587 |
# File 'sig/types.rbs', line 5585 def workflows @workflows end |