Class: Aws::Types::ListContactFlowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_summary_list ⇒ ::Array[Types::ContactFlowSummary]
Returns the value of attribute contact_flow_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_summary_list ⇒ ::Array[Types::ContactFlowSummary]
Returns the value of attribute contact_flow_summary_list.
4861 4862 4863 |
# File 'sig/types.rbs', line 4861 def contact_flow_summary_list @contact_flow_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4862 4863 4864 |
# File 'sig/types.rbs', line 4862 def next_token @next_token end |