Class: Aws::Types::ContactFlowSearchCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::ContactFlowSearchCriteria]

Returns the value of attribute and_conditions.

Returns:



1154
1155
1156
# File 'sig/types.rbs', line 1154

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::ContactFlowSearchCriteria]

Returns the value of attribute or_conditions.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def or_conditions
  @or_conditions
end

#state_condition"ACTIVE", "ARCHIVED"

Returns the value of attribute state_condition.

Returns:

  • ("ACTIVE", "ARCHIVED")


1157
1158
1159
# File 'sig/types.rbs', line 1157

def state_condition
  @state_condition
end

#status_condition"PUBLISHED", "SAVED"

Returns the value of attribute status_condition.

Returns:

  • ("PUBLISHED", "SAVED")


1158
1159
1160
# File 'sig/types.rbs', line 1158

def status_condition
  @status_condition
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



1155
1156
1157
# File 'sig/types.rbs', line 1155

def string_condition
  @string_condition
end

#type_condition"CONTACT_FLOW", ...

Returns the value of attribute type_condition.

Returns:

  • ("CONTACT_FLOW", "CUSTOMER_QUEUE", "CUSTOMER_HOLD", "CUSTOMER_WHISPER", "AGENT_HOLD", "AGENT_WHISPER", "OUTBOUND_WHISPER", "AGENT_TRANSFER", "QUEUE_TRANSFER", "CAMPAIGN")


1156
1157
1158
# File 'sig/types.rbs', line 1156

def type_condition
  @type_condition
end