Class: Aws::Types::ListWorkflowVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
-
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def max_results @max_results end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def starting_token @starting_token end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def type @type end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def workflow_id @workflow_id end |
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def workflow_owner_id @workflow_owner_id end |