Class: Aws::Types::ListFlowVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_version_summaries ⇒ ::Array[Types::FlowVersionSummary]
Returns the value of attribute flow_version_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_version_summaries ⇒ ::Array[Types::FlowVersionSummary]
Returns the value of attribute flow_version_summaries.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def flow_version_summaries @flow_version_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def next_token @next_token end |