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:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::ContactFlowSearchCriteria]

Returns the value of attribute or_conditions.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def or_conditions
  @or_conditions
end

#state_condition"ACTIVE", "ARCHIVED"

Returns the value of attribute state_condition.

Returns:

  • ("ACTIVE", "ARCHIVED")


1143
1144
1145
# File 'sig/types.rbs', line 1143

def state_condition
  @state_condition
end

#status_condition"PUBLISHED", "SAVED"

Returns the value of attribute status_condition.

Returns:

  • ("PUBLISHED", "SAVED")


1144
1145
1146
# File 'sig/types.rbs', line 1144

def status_condition
  @status_condition
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



1141
1142
1143
# File 'sig/types.rbs', line 1141

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


1142
1143
1144
# File 'sig/types.rbs', line 1142

def type_condition
  @type_condition
end