class Aws::Connect::Types::SecurityProfileSearchCriteria
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SecurityProfileSearchCriteria AWS API Documentation
@return [Types::StringCondition]
condition, for example, ‘username = ’abc’‘.
A leaf node condition which can be used to specify a string
@!attribute [rw] string_condition
@return [Array<Types::SecurityProfileSearchCriteria>]
condition.
A list of conditions which would be applied together with an AND
@!attribute [rw] and_conditions
@return [Array<Types::SecurityProfileSearchCriteria>]
condition.
A list of conditions which would be applied together with an OR
@!attribute [rw] or_conditions
}
},
comparison_type: “STARTS_WITH”, # accepts STARTS_WITH, CONTAINS, EXACT
value: “String”,
field_name: “String”,
string_condition: {
],
},
},
comparison_type: “STARTS_WITH”, # accepts STARTS_WITH, CONTAINS, EXACT
value: “String”,
field_name: “String”,
string_condition: {
},
# recursive SecurityProfileSearchConditionList
and_conditions: {
},
# recursive SecurityProfileSearchConditionList
or_conditions: {
{
and_conditions: [
],
},
},
comparison_type: “STARTS_WITH”, # accepts STARTS_WITH, CONTAINS, EXACT
value: “String”,
field_name: “String”,
string_condition: {
},
# recursive SecurityProfileSearchConditionList
and_conditions: {
},
# recursive SecurityProfileSearchConditionList
or_conditions: {
{
or_conditions: [
{
data as a hash:
@note When making an API call, you may pass SecurityProfileSearchCriteria
The search criteria to be used to return security profiles.