Class: Aws::Types::ListContactFlowVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_version_summary_list ⇒ ::Array[Types::ContactFlowVersionSummary]
Returns the value of attribute contact_flow_version_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_version_summary_list ⇒ ::Array[Types::ContactFlowVersionSummary]
Returns the value of attribute contact_flow_version_summary_list.
4847 4848 4849 |
# File 'sig/types.rbs', line 4847 def contact_flow_version_summary_list @contact_flow_version_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4848 4849 4850 |
# File 'sig/types.rbs', line 4848 def next_token @next_token end |