Class: Aws::Types::ListWorkflowBuildVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowBuildVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workflow_version_arn ⇒ ::String
Returns the value of attribute workflow_version_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def next_token @next_token end |
#workflow_version_arn ⇒ ::String
Returns the value of attribute workflow_version_arn.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def workflow_version_arn @workflow_version_arn end |