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.
4854 4855 4856 |
# File 'sig/types.rbs', line 4854 def contact_flow_types @contact_flow_types end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4853 4854 4855 |
# File 'sig/types.rbs', line 4853 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4856 4857 4858 |
# File 'sig/types.rbs', line 4856 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4855 4856 4857 |
# File 'sig/types.rbs', line 4855 def next_token @next_token end |