Class: Aws::Types::ListContactFlowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContactFlowsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_types ⇒ ::Array[("CONTACT_FLOW" | "CUSTOMER_QUEUE" | "CUSTOMER_HOLD" | "CUSTOMER_WHISPER" | "AGENT_HOLD" | "AGENT_WHISPER" | "OUTBOUND_WHISPER" | "AGENT_TRANSFER" | "QUEUE_TRANSFER" | "CAMPAIGN")]
Returns the value of attribute contact_flow_types.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_flow_types ⇒ ::Array[("CONTACT_FLOW" | "CUSTOMER_QUEUE" | "CUSTOMER_HOLD" | "CUSTOMER_WHISPER" | "AGENT_HOLD" | "AGENT_WHISPER" | "OUTBOUND_WHISPER" | "AGENT_TRANSFER" | "QUEUE_TRANSFER" | "CAMPAIGN")]
Returns the value of attribute contact_flow_types.
4993 4994 4995 |
# File 'sig/types.rbs', line 4993 def contact_flow_types @contact_flow_types end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4992 4993 4994 |
# File 'sig/types.rbs', line 4992 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4995 4996 4997 |
# File 'sig/types.rbs', line 4995 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4994 4995 4996 |
# File 'sig/types.rbs', line 4994 def next_token @next_token end |