Class: Aws::Types::ListWorkflowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_name ⇒ Boolean
Returns the value of attribute by_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ "Self", ...
Returns the value of attribute owner.
Instance Attribute Details
#by_name ⇒ Boolean
Returns the value of attribute by_name.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def by_name @by_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def next_token @next_token end |
#owner ⇒ "Self", ...
Returns the value of attribute owner.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def owner @owner end |