Class: Aws::Connect::Types::Condition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

A leaf node condition which can be used to specify a ProficiencyName, ProficiencyValue and ProficiencyLimit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#number_conditionTypes::NumberCondition

A leaf node condition which can be used to specify a numeric condition.



2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2228

class Condition < Struct.new(
  :string_condition,
  :number_condition)
  SENSITIVE = []
  include Aws::Structure
end

#string_conditionTypes::StringCondition

A leaf node condition which can be used to specify a string condition.

The currently supported values for FieldName are name and
 value.



2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2228

class Condition < Struct.new(
  :string_condition,
  :number_condition)
  SENSITIVE = []
  include Aws::Structure
end