Class: Aws::ConnectCases::Types::SlaInputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcases/types.rb

Overview

Represents the input configuration of an SLA being created.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

Unique identifier of a field.



3428
3429
3430
3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-connectcases/types.rb', line 3428

class SlaInputConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

Name of an SLA.



3428
3429
3430
3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-connectcases/types.rb', line 3428

class SlaInputConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = [:name]
  include Aws::Structure
end

#target_field_valuesArray<Types::FieldValueUnion>

Represents a list of target field values for the fieldId specified in SlaInputConfiguration. The SLA is considered met if any one of these target field values matches the actual field value.



3428
3429
3430
3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-connectcases/types.rb', line 3428

class SlaInputConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = [:name]
  include Aws::Structure
end

#target_sla_minutesInteger

Target duration in minutes within which an SLA should be completed.



3428
3429
3430
3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-connectcases/types.rb', line 3428

class SlaInputConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = [:name]
  include Aws::Structure
end

#typeString

Type of SLA.



3428
3429
3430
3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-connectcases/types.rb', line 3428

class SlaInputConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = [:name]
  include Aws::Structure
end