Class: Aws::Types::ListWorkflowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
-
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def name @name end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def starting_token @starting_token end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def type @type end |