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:



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

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::ContactFlowSearchCriteria]

Returns the value of attribute or_conditions.

Returns:



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

def or_conditions
  @or_conditions
end

#state_condition"ACTIVE", "ARCHIVED"

Returns the value of attribute state_condition.

Returns:

  • ("ACTIVE", "ARCHIVED")


1162
1163
1164
# File 'sig/types.rbs', line 1162

def state_condition
  @state_condition
end

#status_condition"PUBLISHED", "SAVED"

Returns the value of attribute status_condition.

Returns:

  • ("PUBLISHED", "SAVED")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def status_condition
  @status_condition
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



1160
1161
1162
# File 'sig/types.rbs', line 1160

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")


1161
1162
1163
# File 'sig/types.rbs', line 1161

def type_condition
  @type_condition
end